Shades of Golden Poppy #F2C30E
Tints of Golden Poppy #F2C30E
RGB
CMYK
RGB Variations
Color information
#F2C30E (or 0xF2C30E) is known color: Golden Poppy. HEX triplet: F2, C3 and 0E. RGB value is (242,195,14). Sum of RGB (Red+Green+Blue) = 242+195+14=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 14 (5.86% from 255 or 3.10% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C30E is #0D3CF1. Grayscale: #BDBDBD. Windows color (decimal): -867570 or 967666. OLE color: 967666.
HSL color Cylindrical-coordinate representation of color #F2C30E: hue angle of 47.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2C30E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 14 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.05 |
| HSL | 47.63º | 0.9% | 0.5% | - |
| HSV(B) | 47.63º | 0.94% | 0.95% | - |
| XYZ | 56.21 | 57.94 | 8.64 | - |
| YUV | 188.42 | 29.57 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 14 | 0 | 0.19 | 0.94 | 0.05 | 47.63 | 0.9 | 0.5 |
| Hex | F2 | C3 | E | 0 | 13 | 5E | 5 | 30 | 5A | 32 |
| Octal | 362 | 303 | 16 | 0 | 23 | 136 | 5 | 60 | 132 | 62 |
| Binary | 11110010 | 11000011 | 1110 | 0 | 10011 | 1011110 | 101 | 110000 | 1011010 | 110010 |
Color Harmonies of #F2C30E
Complementary color
Monochromatic Colors of #F2C30E
Black with #F2C30E
Text Example
Text Example
White with #F2C30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C30E; }
p { color: rgb(242,195,14); }
H1.HeaderClassName
{
color: #F2C30E;
}
.AnyTagClassName
{
color: #F2C30E;
}
</style>
background-color css
<style>
a { background-color: #F2C30E; }
a { background-color: rgb(242,195,14); }
div.DivClassName
{
background-color: #F2C30E;
}
.BgClassName
{
background-color: #F2C30E;
}
</style>
border-color css
<style>
span { border-color: #F2C30E; }
span { border-color: rgb(242,195,14); }
td.TdClassName
{
border-color: #F2C30E;
}
.TagClassName
{
border-color: #F2C30E;
}
</style>