Shades of Golden Poppy #F0BE06
Tints of Golden Poppy #F0BE06
RGB
CMYK
RGB Variations
Color information
#F0BE06 (or 0xF0BE06) is known color: Golden Poppy. HEX triplet: F0, BE and 06. RGB value is (240,190,6). Sum of RGB (Red+Green+Blue) = 240+190+6=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 6 (2.73% from 255 or 1.38% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BE06 is #0F41F9. Grayscale: #B8B8B8. Windows color (decimal): -999930 or 442096. OLE color: 442096.
HSL color Cylindrical-coordinate representation of color #F0BE06: hue angle of 47.18º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0BE06 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 6 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.06 |
| HSL | 47.18º | 0.95% | 0.48% | - |
| HSV(B) | 47.18º | 0.98% | 0.94% | - |
| XYZ | 54.38 | 55.37 | 7.99 | - |
| YUV | 183.97 | 27.57 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 6 | 0 | 0.21 | 0.98 | 0.06 | 47.18 | 0.95 | 0.48 |
| Hex | F0 | BE | 6 | 0 | 15 | 62 | 6 | 2F | 5F | 30 |
| Octal | 360 | 276 | 6 | 0 | 25 | 142 | 6 | 57 | 137 | 60 |
| Binary | 11110000 | 10111110 | 110 | 0 | 10101 | 1100010 | 110 | 101111 | 1011111 | 110000 |
Color Harmonies of #F0BE06
Complementary color
Monochromatic Colors of #F0BE06
Black with #F0BE06
Text Example
Text Example
White with #F0BE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BE06; }
p { color: rgb(240,190,6); }
H1.HeaderClassName
{
color: #F0BE06;
}
.AnyTagClassName
{
color: #F0BE06;
}
</style>
background-color css
<style>
a { background-color: #F0BE06; }
a { background-color: rgb(240,190,6); }
div.DivClassName
{
background-color: #F0BE06;
}
.BgClassName
{
background-color: #F0BE06;
}
</style>
border-color css
<style>
span { border-color: #F0BE06; }
span { border-color: rgb(240,190,6); }
td.TdClassName
{
border-color: #F0BE06;
}
.TagClassName
{
border-color: #F0BE06;
}
</style>