Shades of Golden Poppy #F0BF09
Tints of Golden Poppy #F0BF09
RGB
CMYK
RGB Variations
Color information
#F0BF09 (or 0xF0BF09) is known color: Golden Poppy. HEX triplet: F0, BF and 09. RGB value is (240,191,9). Sum of RGB (Red+Green+Blue) = 240+191+9=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 9 (3.91% from 255 or 2.05% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BF09 is #0F40F6. Grayscale: #B9B9B9. Windows color (decimal): -999671 or 638960. OLE color: 638960.
HSL color Cylindrical-coordinate representation of color #F0BF09: hue angle of 47.27º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0BF09 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 9 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.06 |
| HSL | 47.27º | 0.93% | 0.49% | - |
| HSV(B) | 47.27º | 0.96% | 0.94% | - |
| XYZ | 54.62 | 55.81 | 8.15 | - |
| YUV | 184.9 | 28.73 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 9 | 0 | 0.20 | 0.96 | 0.06 | 47.27 | 0.93 | 0.49 |
| Hex | F0 | BF | 9 | 0 | 14 | 60 | 6 | 2F | 5D | 31 |
| Octal | 360 | 277 | 11 | 0 | 24 | 140 | 6 | 57 | 135 | 61 |
| Binary | 11110000 | 10111111 | 1001 | 0 | 10100 | 1100000 | 110 | 101111 | 1011101 | 110001 |
Color Harmonies of #F0BF09
Complementary color
Monochromatic Colors of #F0BF09
Black with #F0BF09
Text Example
Text Example
White with #F0BF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF09; }
p { color: rgb(240,191,9); }
H1.HeaderClassName
{
color: #F0BF09;
}
.AnyTagClassName
{
color: #F0BF09;
}
</style>
background-color css
<style>
a { background-color: #F0BF09; }
a { background-color: rgb(240,191,9); }
div.DivClassName
{
background-color: #F0BF09;
}
.BgClassName
{
background-color: #F0BF09;
}
</style>
border-color css
<style>
span { border-color: #F0BF09; }
span { border-color: rgb(240,191,9); }
td.TdClassName
{
border-color: #F0BF09;
}
.TagClassName
{
border-color: #F0BF09;
}
</style>