Shades of Golden Poppy #F2C909
Tints of Golden Poppy #F2C909
RGB
CMYK
RGB Variations
Color information
#F2C909 (or 0xF2C909) is known color: Golden Poppy. HEX triplet: F2, C9 and 09. RGB value is (242,201,9). Sum of RGB (Red+Green+Blue) = 242+201+9=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 9 (3.91% from 255 or 1.99% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C909 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C909 is #0D36F6. Grayscale: #C0C0C0. Windows color (decimal): -866039 or 641522. OLE color: 641522.
HSL color Cylindrical-coordinate representation of color #F2C909: hue angle of 49.44º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2C909 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.05 |
| HSL | 49.44º | 0.93% | 0.49% | - |
| HSV(B) | 49.44º | 0.96% | 0.95% | - |
| XYZ | 57.55 | 60.67 | 8.94 | - |
| YUV | 191.37 | 25.08 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 9 | 0 | 0.17 | 0.96 | 0.05 | 49.44 | 0.93 | 0.49 |
| Hex | F2 | C9 | 9 | 0 | 11 | 60 | 5 | 31 | 5D | 31 |
| Octal | 362 | 311 | 11 | 0 | 21 | 140 | 5 | 61 | 135 | 61 |
| Binary | 11110010 | 11001001 | 1001 | 0 | 10001 | 1100000 | 101 | 110001 | 1011101 | 110001 |
Color Harmonies of #F2C909
Complementary color
Monochromatic Colors of #F2C909
Black with #F2C909
Text Example
Text Example
White with #F2C909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C909; }
p { color: rgb(242,201,9); }
H1.HeaderClassName
{
color: #F2C909;
}
.AnyTagClassName
{
color: #F2C909;
}
</style>
background-color css
<style>
a { background-color: #F2C909; }
a { background-color: rgb(242,201,9); }
div.DivClassName
{
background-color: #F2C909;
}
.BgClassName
{
background-color: #F2C909;
}
</style>
border-color css
<style>
span { border-color: #F2C909; }
span { border-color: rgb(242,201,9); }
td.TdClassName
{
border-color: #F2C909;
}
.TagClassName
{
border-color: #F2C909;
}
</style>