Shades of Golden Poppy #F0BC08
Tints of Golden Poppy #F0BC08
RGB
CMYK
RGB Variations
Color information
#F0BC08 (or 0xF0BC08) is known color: Golden Poppy. HEX triplet: F0, BC and 08. RGB value is (240,188,8). Sum of RGB (Red+Green+Blue) = 240+188+8=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 8 (3.52% from 255 or 1.83% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BC08 is #0F43F7. Grayscale: #B7B7B7. Windows color (decimal): -1000440 or 572656. OLE color: 572656.
HSL color Cylindrical-coordinate representation of color #F0BC08: hue angle of 46.55º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0BC08 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 8 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.06 |
| HSL | 46.55º | 0.94% | 0.49% | - |
| HSV(B) | 46.55º | 0.97% | 0.94% | - |
| XYZ | 53.96 | 54.51 | 7.91 | - |
| YUV | 183.03 | 29.23 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 8 | 0 | 0.22 | 0.97 | 0.06 | 46.55 | 0.94 | 0.49 |
| Hex | F0 | BC | 8 | 0 | 16 | 61 | 6 | 2F | 5E | 31 |
| Octal | 360 | 274 | 10 | 0 | 26 | 141 | 6 | 57 | 136 | 61 |
| Binary | 11110000 | 10111100 | 1000 | 0 | 10110 | 1100001 | 110 | 101111 | 1011110 | 110001 |
Color Harmonies of #F0BC08
Complementary color
Monochromatic Colors of #F0BC08
Black with #F0BC08
Text Example
Text Example
White with #F0BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC08; }
p { color: rgb(240,188,8); }
H1.HeaderClassName
{
color: #F0BC08;
}
.AnyTagClassName
{
color: #F0BC08;
}
</style>
background-color css
<style>
a { background-color: #F0BC08; }
a { background-color: rgb(240,188,8); }
div.DivClassName
{
background-color: #F0BC08;
}
.BgClassName
{
background-color: #F0BC08;
}
</style>
border-color css
<style>
span { border-color: #F0BC08; }
span { border-color: rgb(240,188,8); }
td.TdClassName
{
border-color: #F0BC08;
}
.TagClassName
{
border-color: #F0BC08;
}
</style>