Shades of Golden Poppy #F0BF00
Tints of Golden Poppy #F0BF00
RGB
CMYK
RGB Variations
Color information
#F0BF00 (or 0xF0BF00) is known color: Golden Poppy. HEX triplet: F0, BF and 00. RGB value is (240,191,0). Sum of RGB (Red+Green+Blue) = 240+191+0=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BF00 is #0F40FF. Grayscale: #B8B8B8. Windows color (decimal): -999680 or 49136. OLE color: 49136.
HSL color Cylindrical-coordinate representation of color #F0BF00: hue angle of 47.75º 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 #F0BF00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.06 |
| HSL | 47.75º | 1% | 0.47% | - |
| HSV(B) | 47.75º | 1% | 0.94% | - |
| XYZ | 54.57 | 55.79 | 7.89 | - |
| YUV | 183.88 | 24.23 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 0 | 0 | 0.20 | 1 | 0.06 | 47.75 | 1 | 0.47 |
| Hex | F0 | BF | 0 | 0 | 14 | 64 | 6 | 30 | 64 | 2F |
| Octal | 360 | 277 | 0 | 0 | 24 | 144 | 6 | 60 | 144 | 57 |
| Binary | 11110000 | 10111111 | 0 | 0 | 10100 | 1100100 | 110 | 110000 | 1100100 | 101111 |
Color Harmonies of #F0BF00
Complementary color
Monochromatic Colors of #F0BF00
Black with #F0BF00
Text Example
Text Example
White with #F0BF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF00; }
p { color: rgb(240,191,0); }
H1.HeaderClassName
{
color: #F0BF00;
}
.AnyTagClassName
{
color: #F0BF00;
}
</style>
background-color css
<style>
a { background-color: #F0BF00; }
a { background-color: rgb(240,191,0); }
div.DivClassName
{
background-color: #F0BF00;
}
.BgClassName
{
background-color: #F0BF00;
}
</style>
border-color css
<style>
span { border-color: #F0BF00; }
span { border-color: rgb(240,191,0); }
td.TdClassName
{
border-color: #F0BF00;
}
.TagClassName
{
border-color: #F0BF00;
}
</style>