Shades of Golden Poppy #F0BA06
Tints of Golden Poppy #F0BA06
RGB
CMYK
RGB Variations
Color information
#F0BA06 (or 0xF0BA06) is known color: Golden Poppy. HEX triplet: F0, BA and 06. RGB value is (240,186,6). Sum of RGB (Red+Green+Blue) = 240+186+6=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 6 (2.73% from 255 or 1.39% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BA06 is #0F45F9. Grayscale: #B6B6B6. Windows color (decimal): -1000954 or 441072. OLE color: 441072.
HSL color Cylindrical-coordinate representation of color #F0BA06: hue angle of 46.15º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0BA06 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 6 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.06 |
| HSL | 46.15º | 0.95% | 0.48% | - |
| HSV(B) | 46.15º | 0.98% | 0.94% | - |
| XYZ | 53.53 | 53.66 | 7.71 | - |
| YUV | 181.63 | 28.89 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 6 | 0 | 0.22 | 0.98 | 0.06 | 46.15 | 0.95 | 0.48 |
| Hex | F0 | BA | 6 | 0 | 16 | 62 | 6 | 2E | 5F | 30 |
| Octal | 360 | 272 | 6 | 0 | 26 | 142 | 6 | 56 | 137 | 60 |
| Binary | 11110000 | 10111010 | 110 | 0 | 10110 | 1100010 | 110 | 101110 | 1011111 | 110000 |
Color Harmonies of #F0BA06
Complementary color
Monochromatic Colors of #F0BA06
Black with #F0BA06
Text Example
Text Example
White with #F0BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA06; }
p { color: rgb(240,186,6); }
H1.HeaderClassName
{
color: #F0BA06;
}
.AnyTagClassName
{
color: #F0BA06;
}
</style>
background-color css
<style>
a { background-color: #F0BA06; }
a { background-color: rgb(240,186,6); }
div.DivClassName
{
background-color: #F0BA06;
}
.BgClassName
{
background-color: #F0BA06;
}
</style>
border-color css
<style>
span { border-color: #F0BA06; }
span { border-color: rgb(240,186,6); }
td.TdClassName
{
border-color: #F0BA06;
}
.TagClassName
{
border-color: #F0BA06;
}
</style>