Shades of Golden Poppy #F4C608
Tints of Golden Poppy #F4C608
RGB
CMYK
RGB Variations
Color information
#F4C608 (or 0xF4C608) is known color: Golden Poppy. HEX triplet: F4, C6 and 08. RGB value is (244,198,8). Sum of RGB (Red+Green+Blue) = 244+198+8=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 8 (3.52% from 255 or 1.78% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C608 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4C608 is #0B39F7. Grayscale: #BEBEBE. Windows color (decimal): -735736 or 575220. OLE color: 575220.
HSL color Cylindrical-coordinate representation of color #F4C608: hue angle of 48.31º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F4C608 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 198 | 8 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.04 |
| HSL | 48.31º | 0.94% | 0.49% | - |
| HSV(B) | 48.31º | 0.97% | 0.96% | - |
| XYZ | 57.55 | 59.64 | 8.71 | - |
| YUV | 190.09 | 25.24 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 198 | 8 | 0 | 0.19 | 0.97 | 0.04 | 48.31 | 0.94 | 0.49 |
| Hex | F4 | C6 | 8 | 0 | 13 | 61 | 4 | 30 | 5E | 31 |
| Octal | 364 | 306 | 10 | 0 | 23 | 141 | 4 | 60 | 136 | 61 |
| Binary | 11110100 | 11000110 | 1000 | 0 | 10011 | 1100001 | 100 | 110000 | 1011110 | 110001 |
Color Harmonies of #F4C608
Complementary color
Monochromatic Colors of #F4C608
Black with #F4C608
Text Example
Text Example
White with #F4C608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C608; }
p { color: rgb(244,198,8); }
H1.HeaderClassName
{
color: #F4C608;
}
.AnyTagClassName
{
color: #F4C608;
}
</style>
background-color css
<style>
a { background-color: #F4C608; }
a { background-color: rgb(244,198,8); }
div.DivClassName
{
background-color: #F4C608;
}
.BgClassName
{
background-color: #F4C608;
}
</style>
border-color css
<style>
span { border-color: #F4C608; }
span { border-color: rgb(244,198,8); }
td.TdClassName
{
border-color: #F4C608;
}
.TagClassName
{
border-color: #F4C608;
}
</style>