Shades of Golden Poppy #F0BA03
Tints of Golden Poppy #F0BA03
RGB
CMYK
RGB Variations
Color information
#F0BA03 (or 0xF0BA03) is known color: Golden Poppy. HEX triplet: F0, BA and 03. RGB value is (240,186,3). Sum of RGB (Red+Green+Blue) = 240+186+3=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 3 (1.56% from 255 or 0.70% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BA03 is #0F45FC. Grayscale: #B6B6B6. Windows color (decimal): -1000957 or 244464. OLE color: 244464.
HSL color Cylindrical-coordinate representation of color #F0BA03: hue angle of 46.33º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0BA03 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.06 |
| HSL | 46.33º | 0.98% | 0.48% | - |
| HSV(B) | 46.33º | 0.99% | 0.94% | - |
| XYZ | 53.51 | 53.65 | 7.62 | - |
| YUV | 181.28 | 27.39 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 3 | 0 | 0.22 | 0.99 | 0.06 | 46.33 | 0.98 | 0.48 |
| Hex | F0 | BA | 3 | 0 | 16 | 63 | 6 | 2E | 62 | 30 |
| Octal | 360 | 272 | 3 | 0 | 26 | 143 | 6 | 56 | 142 | 60 |
| Binary | 11110000 | 10111010 | 11 | 0 | 10110 | 1100011 | 110 | 101110 | 1100010 | 110000 |
Color Harmonies of #F0BA03
Complementary color
Monochromatic Colors of #F0BA03
Black with #F0BA03
Text Example
Text Example
White with #F0BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA03; }
p { color: rgb(240,186,3); }
H1.HeaderClassName
{
color: #F0BA03;
}
.AnyTagClassName
{
color: #F0BA03;
}
</style>
background-color css
<style>
a { background-color: #F0BA03; }
a { background-color: rgb(240,186,3); }
div.DivClassName
{
background-color: #F0BA03;
}
.BgClassName
{
background-color: #F0BA03;
}
</style>
border-color css
<style>
span { border-color: #F0BA03; }
span { border-color: rgb(240,186,3); }
td.TdClassName
{
border-color: #F0BA03;
}
.TagClassName
{
border-color: #F0BA03;
}
</style>