Shades of Golden Poppy #FFC606
Tints of Golden Poppy #FFC606
RGB
CMYK
RGB Variations
Color information
#FFC606 (or 0xFFC606) is known color: Golden Poppy. HEX triplet: FF, C6 and 06. RGB value is (255,198,6). Sum of RGB (Red+Green+Blue) = 255+198+6=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 6 (2.73% from 255 or 1.31% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC606 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC606 is #0039F9. Grayscale: #C1C1C1. Windows color (decimal): -14842 or 444159. OLE color: 444159.
HSL color Cylindrical-coordinate representation of color #FFC606: hue angle of 46.27º 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 #FFC606 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 6 | - |
| CMYK | 0 | 0.22 | 0.98 | 0 |
| HSL | 46.27º | 1% | 0.51% | - |
| HSV(B) | 46.27º | 0.98% | 1% | - |
| XYZ | 61.47 | 61.66 | 8.83 | - |
| YUV | 193.16 | 22.38 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 6 | 0 | 0.22 | 0.98 | 0 | 46.27 | 1 | 0.51 |
| Hex | FF | C6 | 6 | 0 | 16 | 62 | 0 | 2E | 64 | 33 |
| Octal | 377 | 306 | 6 | 0 | 26 | 142 | 0 | 56 | 144 | 63 |
| Binary | 11111111 | 11000110 | 110 | 0 | 10110 | 1100010 | 0 | 101110 | 1100100 | 110011 |
Color Harmonies of #FFC606
Complementary color
Monochromatic Colors of #FFC606
Black with #FFC606
Text Example
Text Example
White with #FFC606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC606; }
p { color: rgb(255,198,6); }
H1.HeaderClassName
{
color: #FFC606;
}
.AnyTagClassName
{
color: #FFC606;
}
</style>
background-color css
<style>
a { background-color: #FFC606; }
a { background-color: rgb(255,198,6); }
div.DivClassName
{
background-color: #FFC606;
}
.BgClassName
{
background-color: #FFC606;
}
</style>
border-color css
<style>
span { border-color: #FFC606; }
span { border-color: rgb(255,198,6); }
td.TdClassName
{
border-color: #FFC606;
}
.TagClassName
{
border-color: #FFC606;
}
</style>