Shades of Golden Poppy #F2C109
Tints of Golden Poppy #F2C109
RGB
CMYK
RGB Variations
Color information
#F2C109 (or 0xF2C109) is known color: Golden Poppy. HEX triplet: F2, C1 and 09. RGB value is (242,193,9). Sum of RGB (Red+Green+Blue) = 242+193+9=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 9 (3.91% from 255 or 2.03% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C109 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C109 is #0D3EF6. Grayscale: #BBBBBB. Windows color (decimal): -868087 or 639474. OLE color: 639474.
HSL color Cylindrical-coordinate representation of color #F2C109: hue angle of 47.38º 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 #F2C109 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 9 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.05 |
| HSL | 47.38º | 0.93% | 0.49% | - |
| HSV(B) | 47.38º | 0.96% | 0.95% | - |
| XYZ | 55.74 | 57.04 | 8.33 | - |
| YUV | 186.68 | 27.73 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 9 | 0 | 0.20 | 0.96 | 0.05 | 47.38 | 0.93 | 0.49 |
| Hex | F2 | C1 | 9 | 0 | 14 | 60 | 5 | 2F | 5D | 31 |
| Octal | 362 | 301 | 11 | 0 | 24 | 140 | 5 | 57 | 135 | 61 |
| Binary | 11110010 | 11000001 | 1001 | 0 | 10100 | 1100000 | 101 | 101111 | 1011101 | 110001 |
Color Harmonies of #F2C109
Complementary color
Monochromatic Colors of #F2C109
Black with #F2C109
Text Example
Text Example
White with #F2C109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C109; }
p { color: rgb(242,193,9); }
H1.HeaderClassName
{
color: #F2C109;
}
.AnyTagClassName
{
color: #F2C109;
}
</style>
background-color css
<style>
a { background-color: #F2C109; }
a { background-color: rgb(242,193,9); }
div.DivClassName
{
background-color: #F2C109;
}
.BgClassName
{
background-color: #F2C109;
}
</style>
border-color css
<style>
span { border-color: #F2C109; }
span { border-color: rgb(242,193,9); }
td.TdClassName
{
border-color: #F2C109;
}
.TagClassName
{
border-color: #F2C109;
}
</style>