Shades of Golden Poppy #F2C808
Tints of Golden Poppy #F2C808
RGB
CMYK
RGB Variations
Color information
#F2C808 (or 0xF2C808) is known color: Golden Poppy. HEX triplet: F2, C8 and 08. RGB value is (242,200,8). Sum of RGB (Red+Green+Blue) = 242+200+8=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 8 (3.52% from 255 or 1.78% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C808 is #0D37F7. Grayscale: #BFBFBF. Windows color (decimal): -866296 or 575730. OLE color: 575730.
HSL color Cylindrical-coordinate representation of color #F2C808: hue angle of 49.23º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2C808 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 8 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.05 |
| HSL | 49.23º | 0.94% | 0.49% | - |
| HSV(B) | 49.23º | 0.97% | 0.95% | - |
| XYZ | 57.32 | 60.2 | 8.83 | - |
| YUV | 190.67 | 24.91 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 8 | 0 | 0.17 | 0.97 | 0.05 | 49.23 | 0.94 | 0.49 |
| Hex | F2 | C8 | 8 | 0 | 11 | 61 | 5 | 31 | 5E | 31 |
| Octal | 362 | 310 | 10 | 0 | 21 | 141 | 5 | 61 | 136 | 61 |
| Binary | 11110010 | 11001000 | 1000 | 0 | 10001 | 1100001 | 101 | 110001 | 1011110 | 110001 |
Color Harmonies of #F2C808
Complementary color
Monochromatic Colors of #F2C808
Black with #F2C808
Text Example
Text Example
White with #F2C808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C808; }
p { color: rgb(242,200,8); }
H1.HeaderClassName
{
color: #F2C808;
}
.AnyTagClassName
{
color: #F2C808;
}
</style>
background-color css
<style>
a { background-color: #F2C808; }
a { background-color: rgb(242,200,8); }
div.DivClassName
{
background-color: #F2C808;
}
.BgClassName
{
background-color: #F2C808;
}
</style>
border-color css
<style>
span { border-color: #F2C808; }
span { border-color: rgb(242,200,8); }
td.TdClassName
{
border-color: #F2C808;
}
.TagClassName
{
border-color: #F2C808;
}
</style>