---
keywords: repr:fillColor
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/maps/ymapsml/doc/en/llms.txt


# repr:fillColor

### Diagram

![](../_images/fillColor.png)

### Description {#desc}

Polygon fill color.

Hexadecimal representation of the polygon fill color in the RGBA format (such as `0xFFFFFFFF`). The first six characters set the RGB color and the next two set the transparency. The transparency value is in the range from 00 (transparent) to FF (opaque).

Default value: 0xFF000000 (red, transparent).

### Contained by:

[repr:polygonStyle](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-polygonStyle.md)

> ### repr:fillColor
> 
> Dark blue semitransparent fill:
> 
> ```xml
> <repr:fillColor>0000FF80</repr:fillColor>
> ```

