Shades of Golden Poppy #F5C206
Tints of Golden Poppy #F5C206
RGB
CMYK
RGB Variations
Color information
#F5C206 (or 0xF5C206) is known color: Golden Poppy. HEX triplet: F5, C2 and 06. RGB value is (245,194,6). Sum of RGB (Red+Green+Blue) = 245+194+6=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 6 (2.73% from 255 or 1.35% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C206 is #0A3DF9. Grayscale: #BCBCBC. Windows color (decimal): -671226 or 443125. OLE color: 443125.
HSL color Cylindrical-coordinate representation of color #F5C206: hue angle of 47.2º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5C206 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 194 | 6 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.04 |
| HSL | 47.2º | 0.95% | 0.49% | - |
| HSV(B) | 47.2º | 0.98% | 0.96% | - |
| XYZ | 56.98 | 58.01 | 8.37 | - |
| YUV | 187.82 | 25.4 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 194 | 6 | 0 | 0.21 | 0.98 | 0.04 | 47.2 | 0.95 | 0.49 |
| Hex | F5 | C2 | 6 | 0 | 15 | 62 | 4 | 2F | 5F | 31 |
| Octal | 365 | 302 | 6 | 0 | 25 | 142 | 4 | 57 | 137 | 61 |
| Binary | 11110101 | 11000010 | 110 | 0 | 10101 | 1100010 | 100 | 101111 | 1011111 | 110001 |
Color Harmonies of #F5C206
Complementary color
Monochromatic Colors of #F5C206
Black with #F5C206
Text Example
Text Example
White with #F5C206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C206; }
p { color: rgb(245,194,6); }
H1.HeaderClassName
{
color: #F5C206;
}
.AnyTagClassName
{
color: #F5C206;
}
</style>
background-color css
<style>
a { background-color: #F5C206; }
a { background-color: rgb(245,194,6); }
div.DivClassName
{
background-color: #F5C206;
}
.BgClassName
{
background-color: #F5C206;
}
</style>
border-color css
<style>
span { border-color: #F5C206; }
span { border-color: rgb(245,194,6); }
td.TdClassName
{
border-color: #F5C206;
}
.TagClassName
{
border-color: #F5C206;
}
</style>