Shades of Golden Poppy #F0BA0C
Tints of Golden Poppy #F0BA0C
RGB
CMYK
RGB Variations
Color information
#F0BA0C (or 0xF0BA0C) is known color: Golden Poppy. HEX triplet: F0, BA and 0C. RGB value is (240,186,12). Sum of RGB (Red+Green+Blue) = 240+186+12=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BA0C is #0F45F3. Grayscale: #B7B7B7. Windows color (decimal): -1000948 or 834288. OLE color: 834288.
HSL color Cylindrical-coordinate representation of color #F0BA0C: hue angle of 45.79º 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 #F0BA0C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.06 |
| HSL | 45.79º | 0.9% | 0.49% | - |
| HSV(B) | 45.79º | 0.95% | 0.94% | - |
| XYZ | 53.56 | 53.67 | 7.88 | - |
| YUV | 182.31 | 31.89 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 12 | 0 | 0.22 | 0.95 | 0.06 | 45.79 | 0.9 | 0.49 |
| Hex | F0 | BA | C | 0 | 16 | 5F | 6 | 2E | 5A | 31 |
| Octal | 360 | 272 | 14 | 0 | 26 | 137 | 6 | 56 | 132 | 61 |
| Binary | 11110000 | 10111010 | 1100 | 0 | 10110 | 1011111 | 110 | 101110 | 1011010 | 110001 |
Color Harmonies of #F0BA0C
Complementary color
Monochromatic Colors of #F0BA0C
Black with #F0BA0C
Text Example
Text Example
White with #F0BA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA0C; }
p { color: rgb(240,186,12); }
H1.HeaderClassName
{
color: #F0BA0C;
}
.AnyTagClassName
{
color: #F0BA0C;
}
</style>
background-color css
<style>
a { background-color: #F0BA0C; }
a { background-color: rgb(240,186,12); }
div.DivClassName
{
background-color: #F0BA0C;
}
.BgClassName
{
background-color: #F0BA0C;
}
</style>
border-color css
<style>
span { border-color: #F0BA0C; }
span { border-color: rgb(240,186,12); }
td.TdClassName
{
border-color: #F0BA0C;
}
.TagClassName
{
border-color: #F0BA0C;
}
</style>