Shades of Golden Poppy #F0C10D
Tints of Golden Poppy #F0C10D
RGB
CMYK
RGB Variations
Color information
#F0C10D (or 0xF0C10D) is known color: Golden Poppy. HEX triplet: F0, C1 and 0D. RGB value is (240,193,13). Sum of RGB (Red+Green+Blue) = 240+193+13=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C10D is #0F3EF2. Grayscale: #BBBBBB. Windows color (decimal): -999155 or 901616. OLE color: 901616.
HSL color Cylindrical-coordinate representation of color #F0C10D: hue angle of 47.58º 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 #F0C10D is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 13 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.06 |
| HSL | 47.58º | 0.9% | 0.5% | - |
| HSV(B) | 47.58º | 0.95% | 0.94% | - |
| XYZ | 55.08 | 56.69 | 8.42 | - |
| YUV | 186.53 | 30.07 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 13 | 0 | 0.20 | 0.95 | 0.06 | 47.58 | 0.9 | 0.5 |
| Hex | F0 | C1 | D | 0 | 14 | 5F | 6 | 30 | 5A | 32 |
| Octal | 360 | 301 | 15 | 0 | 24 | 137 | 6 | 60 | 132 | 62 |
| Binary | 11110000 | 11000001 | 1101 | 0 | 10100 | 1011111 | 110 | 110000 | 1011010 | 110010 |
Color Harmonies of #F0C10D
Complementary color
Monochromatic Colors of #F0C10D
Black with #F0C10D
Text Example
Text Example
White with #F0C10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C10D; }
p { color: rgb(240,193,13); }
H1.HeaderClassName
{
color: #F0C10D;
}
.AnyTagClassName
{
color: #F0C10D;
}
</style>
background-color css
<style>
a { background-color: #F0C10D; }
a { background-color: rgb(240,193,13); }
div.DivClassName
{
background-color: #F0C10D;
}
.BgClassName
{
background-color: #F0C10D;
}
</style>
border-color css
<style>
span { border-color: #F0C10D; }
span { border-color: rgb(240,193,13); }
td.TdClassName
{
border-color: #F0C10D;
}
.TagClassName
{
border-color: #F0C10D;
}
</style>