Shades of Golden Poppy #F2C309
Tints of Golden Poppy #F2C309
RGB
CMYK
RGB Variations
Color information
#F2C309 (or 0xF2C309) is known color: Golden Poppy. HEX triplet: F2, C3 and 09. RGB value is (242,195,9). Sum of RGB (Red+Green+Blue) = 242+195+9=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 9 (3.91% from 255 or 2.02% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C309 is #0D3CF6. Grayscale: #BCBCBC. Windows color (decimal): -867575 or 639986. OLE color: 639986.
HSL color Cylindrical-coordinate representation of color #F2C309: hue angle of 47.9º 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 #F2C309 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 9 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.05 |
| HSL | 47.9º | 0.93% | 0.49% | - |
| HSV(B) | 47.9º | 0.96% | 0.95% | - |
| XYZ | 56.18 | 57.93 | 8.48 | - |
| YUV | 187.85 | 27.07 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 9 | 0 | 0.19 | 0.96 | 0.05 | 47.9 | 0.93 | 0.49 |
| Hex | F2 | C3 | 9 | 0 | 13 | 60 | 5 | 30 | 5D | 31 |
| Octal | 362 | 303 | 11 | 0 | 23 | 140 | 5 | 60 | 135 | 61 |
| Binary | 11110010 | 11000011 | 1001 | 0 | 10011 | 1100000 | 101 | 110000 | 1011101 | 110001 |
Color Harmonies of #F2C309
Complementary color
Monochromatic Colors of #F2C309
Black with #F2C309
Text Example
Text Example
White with #F2C309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C309; }
p { color: rgb(242,195,9); }
H1.HeaderClassName
{
color: #F2C309;
}
.AnyTagClassName
{
color: #F2C309;
}
</style>
background-color css
<style>
a { background-color: #F2C309; }
a { background-color: rgb(242,195,9); }
div.DivClassName
{
background-color: #F2C309;
}
.BgClassName
{
background-color: #F2C309;
}
</style>
border-color css
<style>
span { border-color: #F2C309; }
span { border-color: rgb(242,195,9); }
td.TdClassName
{
border-color: #F2C309;
}
.TagClassName
{
border-color: #F2C309;
}
</style>