Shades of Golden Poppy #F0BC00
Tints of Golden Poppy #F0BC00
RGB
CMYK
RGB Variations
Color information
#F0BC00 (or 0xF0BC00) is known color: Golden Poppy. HEX triplet: F0, BC and 00. RGB value is (240,188,0). Sum of RGB (Red+Green+Blue) = 240+188+0=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BC00 is #0F43FF. Grayscale: #B6B6B6. Windows color (decimal): -1000448 or 48368. OLE color: 48368.
HSL color Cylindrical-coordinate representation of color #F0BC00: hue angle of 47º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0BC00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.06 |
| HSL | 47º | 1% | 0.47% | - |
| HSV(B) | 47º | 1% | 0.94% | - |
| XYZ | 53.92 | 54.49 | 7.68 | - |
| YUV | 182.12 | 25.23 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 0 | 0 | 0.22 | 1 | 0.06 | 47 | 1 | 0.47 |
| Hex | F0 | BC | 0 | 0 | 16 | 64 | 6 | 2F | 64 | 2F |
| Octal | 360 | 274 | 0 | 0 | 26 | 144 | 6 | 57 | 144 | 57 |
| Binary | 11110000 | 10111100 | 0 | 0 | 10110 | 1100100 | 110 | 101111 | 1100100 | 101111 |
Color Harmonies of #F0BC00
Complementary color
Monochromatic Colors of #F0BC00
Black with #F0BC00
Text Example
Text Example
White with #F0BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC00; }
p { color: rgb(240,188,0); }
H1.HeaderClassName
{
color: #F0BC00;
}
.AnyTagClassName
{
color: #F0BC00;
}
</style>
background-color css
<style>
a { background-color: #F0BC00; }
a { background-color: rgb(240,188,0); }
div.DivClassName
{
background-color: #F0BC00;
}
.BgClassName
{
background-color: #F0BC00;
}
</style>
border-color css
<style>
span { border-color: #F0BC00; }
span { border-color: rgb(240,188,0); }
td.TdClassName
{
border-color: #F0BC00;
}
.TagClassName
{
border-color: #F0BC00;
}
</style>