Shades of Golden Poppy #F0C80D
Tints of Golden Poppy #F0C80D
RGB
CMYK
RGB Variations
Color information
#F0C80D (or 0xF0C80D) is known color: Golden Poppy. HEX triplet: F0, C8 and 0D. RGB value is (240,200,13). Sum of RGB (Red+Green+Blue) = 240+200+13=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 13 (5.47% from 255 or 2.87% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C80D is #0F37F2. Grayscale: #BFBFBF. Windows color (decimal): -997363 or 903408. OLE color: 903408.
HSL color Cylindrical-coordinate representation of color #F0C80D: hue angle of 49.43º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0C80D is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 13 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.06 |
| HSL | 49.43º | 0.9% | 0.5% | - |
| HSV(B) | 49.43º | 0.95% | 0.94% | - |
| XYZ | 56.66 | 59.86 | 8.95 | - |
| YUV | 190.64 | 27.75 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 13 | 0 | 0.17 | 0.95 | 0.06 | 49.43 | 0.9 | 0.5 |
| Hex | F0 | C8 | D | 0 | 11 | 5F | 6 | 31 | 5A | 32 |
| Octal | 360 | 310 | 15 | 0 | 21 | 137 | 6 | 61 | 132 | 62 |
| Binary | 11110000 | 11001000 | 1101 | 0 | 10001 | 1011111 | 110 | 110001 | 1011010 | 110010 |
Color Harmonies of #F0C80D
Complementary color
Monochromatic Colors of #F0C80D
Black with #F0C80D
Text Example
Text Example
White with #F0C80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C80D; }
p { color: rgb(240,200,13); }
H1.HeaderClassName
{
color: #F0C80D;
}
.AnyTagClassName
{
color: #F0C80D;
}
</style>
background-color css
<style>
a { background-color: #F0C80D; }
a { background-color: rgb(240,200,13); }
div.DivClassName
{
background-color: #F0C80D;
}
.BgClassName
{
background-color: #F0C80D;
}
</style>
border-color css
<style>
span { border-color: #F0C80D; }
span { border-color: rgb(240,200,13); }
td.TdClassName
{
border-color: #F0C80D;
}
.TagClassName
{
border-color: #F0C80D;
}
</style>