Shades of Golden Poppy #F9C008
Tints of Golden Poppy #F9C008
RGB
CMYK
RGB Variations
Color information
#F9C008 (or 0xF9C008) is known color: Golden Poppy. HEX triplet: F9, C0 and 08. RGB value is (249,192,8). Sum of RGB (Red+Green+Blue) = 249+192+8=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C008 is #063FF7. Grayscale: #BCBCBC. Windows color (decimal): -409592 or 573689. OLE color: 573689.
HSL color Cylindrical-coordinate representation of color #F9C008: hue angle of 45.81º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F9C008 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 8 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.02 |
| HSL | 45.81º | 0.95% | 0.5% | - |
| HSV(B) | 45.81º | 0.97% | 0.98% | - |
| XYZ | 57.96 | 57.86 | 8.34 | - |
| YUV | 188.07 | 26.38 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 8 | 0 | 0.23 | 0.97 | 0.02 | 45.81 | 0.95 | 0.5 |
| Hex | F9 | C0 | 8 | 0 | 17 | 61 | 2 | 2E | 5F | 32 |
| Octal | 371 | 300 | 10 | 0 | 27 | 141 | 2 | 56 | 137 | 62 |
| Binary | 11111001 | 11000000 | 1000 | 0 | 10111 | 1100001 | 10 | 101110 | 1011111 | 110010 |
Color Harmonies of #F9C008
Complementary color
Monochromatic Colors of #F9C008
Black with #F9C008
Text Example
Text Example
White with #F9C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C008; }
p { color: rgb(249,192,8); }
H1.HeaderClassName
{
color: #F9C008;
}
.AnyTagClassName
{
color: #F9C008;
}
</style>
background-color css
<style>
a { background-color: #F9C008; }
a { background-color: rgb(249,192,8); }
div.DivClassName
{
background-color: #F9C008;
}
.BgClassName
{
background-color: #F9C008;
}
</style>
border-color css
<style>
span { border-color: #F9C008; }
span { border-color: rgb(249,192,8); }
td.TdClassName
{
border-color: #F9C008;
}
.TagClassName
{
border-color: #F9C008;
}
</style>