Shades of Golden Poppy #FFC406
Tints of Golden Poppy #FFC406
RGB
CMYK
RGB Variations
Color information
#FFC406 (or 0xFFC406) is known color: Golden Poppy. HEX triplet: FF, C4 and 06. RGB value is (255,196,6). Sum of RGB (Red+Green+Blue) = 255+196+6=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 6 (2.73% from 255 or 1.31% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC406 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC406 is #003BF9. Grayscale: #C0C0C0. Windows color (decimal): -15354 or 443647. OLE color: 443647.
HSL color Cylindrical-coordinate representation of color #FFC406: hue angle of 45.78º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFC406 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 6 | - |
| CMYK | 0 | 0.23 | 0.98 | 0 |
| HSL | 45.78º | 1% | 0.51% | - |
| HSV(B) | 45.78º | 0.98% | 1% | - |
| XYZ | 61.01 | 60.75 | 8.68 | - |
| YUV | 191.98 | 23.05 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 6 | 0 | 0.23 | 0.98 | 0 | 45.78 | 1 | 0.51 |
| Hex | FF | C4 | 6 | 0 | 17 | 62 | 0 | 2E | 64 | 33 |
| Octal | 377 | 304 | 6 | 0 | 27 | 142 | 0 | 56 | 144 | 63 |
| Binary | 11111111 | 11000100 | 110 | 0 | 10111 | 1100010 | 0 | 101110 | 1100100 | 110011 |
Color Harmonies of #FFC406
Complementary color
Monochromatic Colors of #FFC406
Black with #FFC406
Text Example
Text Example
White with #FFC406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC406; }
p { color: rgb(255,196,6); }
H1.HeaderClassName
{
color: #FFC406;
}
.AnyTagClassName
{
color: #FFC406;
}
</style>
background-color css
<style>
a { background-color: #FFC406; }
a { background-color: rgb(255,196,6); }
div.DivClassName
{
background-color: #FFC406;
}
.BgClassName
{
background-color: #FFC406;
}
</style>
border-color css
<style>
span { border-color: #FFC406; }
span { border-color: rgb(255,196,6); }
td.TdClassName
{
border-color: #FFC406;
}
.TagClassName
{
border-color: #FFC406;
}
</style>