Shades of Golden Poppy #F0C50C
Tints of Golden Poppy #F0C50C
RGB
CMYK
RGB Variations
Color information
#F0C50C (or 0xF0C50C) is known color: Golden Poppy. HEX triplet: F0, C5 and 0C. RGB value is (240,197,12). Sum of RGB (Red+Green+Blue) = 240+197+12=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C50C is #0F3AF3. Grayscale: #BDBDBD. Windows color (decimal): -998132 or 837104. OLE color: 837104.
HSL color Cylindrical-coordinate representation of color #F0C50C: hue angle of 48.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0C50C is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 12 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.06 |
| HSL | 48.68º | 0.9% | 0.49% | - |
| HSV(B) | 48.68º | 0.95% | 0.94% | - |
| XYZ | 55.97 | 58.48 | 8.69 | - |
| YUV | 188.77 | 28.25 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 12 | 0 | 0.18 | 0.95 | 0.06 | 48.68 | 0.9 | 0.49 |
| Hex | F0 | C5 | C | 0 | 12 | 5F | 6 | 31 | 5A | 31 |
| Octal | 360 | 305 | 14 | 0 | 22 | 137 | 6 | 61 | 132 | 61 |
| Binary | 11110000 | 11000101 | 1100 | 0 | 10010 | 1011111 | 110 | 110001 | 1011010 | 110001 |
Color Harmonies of #F0C50C
Complementary color
Monochromatic Colors of #F0C50C
Black with #F0C50C
Text Example
Text Example
White with #F0C50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C50C; }
p { color: rgb(240,197,12); }
H1.HeaderClassName
{
color: #F0C50C;
}
.AnyTagClassName
{
color: #F0C50C;
}
</style>
background-color css
<style>
a { background-color: #F0C50C; }
a { background-color: rgb(240,197,12); }
div.DivClassName
{
background-color: #F0C50C;
}
.BgClassName
{
background-color: #F0C50C;
}
</style>
border-color css
<style>
span { border-color: #F0C50C; }
span { border-color: rgb(240,197,12); }
td.TdClassName
{
border-color: #F0C50C;
}
.TagClassName
{
border-color: #F0C50C;
}
</style>