Shades of Golden Poppy #F4C005
Tints of Golden Poppy #F4C005
RGB
CMYK
RGB Variations
Color information
#F4C005 (or 0xF4C005) is known color: Golden Poppy. HEX triplet: F4, C0 and 05. RGB value is (244,192,5). Sum of RGB (Red+Green+Blue) = 244+192+5=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4C005 is #0B3FFA. Grayscale: #BBBBBB. Windows color (decimal): -737275 or 377076. OLE color: 377076.
HSL color Cylindrical-coordinate representation of color #F4C005: hue angle of 46.95º degrees, saturation: 0.96, 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 #F4C005 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.04 |
| HSL | 46.95º | 0.96% | 0.49% | - |
| HSV(B) | 46.95º | 0.98% | 0.96% | - |
| XYZ | 56.19 | 56.94 | 8.17 | - |
| YUV | 186.23 | 25.73 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 5 | 0 | 0.21 | 0.98 | 0.04 | 46.95 | 0.96 | 0.49 |
| Hex | F4 | C0 | 5 | 0 | 15 | 62 | 4 | 2F | 60 | 31 |
| Octal | 364 | 300 | 5 | 0 | 25 | 142 | 4 | 57 | 140 | 61 |
| Binary | 11110100 | 11000000 | 101 | 0 | 10101 | 1100010 | 100 | 101111 | 1100000 | 110001 |
Color Harmonies of #F4C005
Complementary color
Monochromatic Colors of #F4C005
Black with #F4C005
Text Example
Text Example
White with #F4C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C005; }
p { color: rgb(244,192,5); }
H1.HeaderClassName
{
color: #F4C005;
}
.AnyTagClassName
{
color: #F4C005;
}
</style>
background-color css
<style>
a { background-color: #F4C005; }
a { background-color: rgb(244,192,5); }
div.DivClassName
{
background-color: #F4C005;
}
.BgClassName
{
background-color: #F4C005;
}
</style>
border-color css
<style>
span { border-color: #F4C005; }
span { border-color: rgb(244,192,5); }
td.TdClassName
{
border-color: #F4C005;
}
.TagClassName
{
border-color: #F4C005;
}
</style>