Shades of Golden Poppy #F0C10B
Tints of Golden Poppy #F0C10B
RGB
CMYK
RGB Variations
Color information
#F0C10B (or 0xF0C10B) is known color: Golden Poppy. HEX triplet: F0, C1 and 0B. RGB value is (240,193,11). Sum of RGB (Red+Green+Blue) = 240+193+11=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C10B is #0F3EF4. Grayscale: #BBBBBB. Windows color (decimal): -999157 or 770544. OLE color: 770544.
HSL color Cylindrical-coordinate representation of color #F0C10B: hue angle of 47.69º degrees, saturation: 0.91, 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 #F0C10B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 11 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.06 |
| HSL | 47.69º | 0.91% | 0.49% | - |
| HSV(B) | 47.69º | 0.95% | 0.94% | - |
| XYZ | 55.07 | 56.69 | 8.36 | - |
| YUV | 186.31 | 29.07 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 11 | 0 | 0.20 | 0.95 | 0.06 | 47.69 | 0.91 | 0.49 |
| Hex | F0 | C1 | B | 0 | 14 | 5F | 6 | 30 | 5B | 31 |
| Octal | 360 | 301 | 13 | 0 | 24 | 137 | 6 | 60 | 133 | 61 |
| Binary | 11110000 | 11000001 | 1011 | 0 | 10100 | 1011111 | 110 | 110000 | 1011011 | 110001 |
Color Harmonies of #F0C10B
Complementary color
Monochromatic Colors of #F0C10B
Black with #F0C10B
Text Example
Text Example
White with #F0C10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C10B; }
p { color: rgb(240,193,11); }
H1.HeaderClassName
{
color: #F0C10B;
}
.AnyTagClassName
{
color: #F0C10B;
}
</style>
background-color css
<style>
a { background-color: #F0C10B; }
a { background-color: rgb(240,193,11); }
div.DivClassName
{
background-color: #F0C10B;
}
.BgClassName
{
background-color: #F0C10B;
}
</style>
border-color css
<style>
span { border-color: #F0C10B; }
span { border-color: rgb(240,193,11); }
td.TdClassName
{
border-color: #F0C10B;
}
.TagClassName
{
border-color: #F0C10B;
}
</style>