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