Shades of Golden Poppy #F0B908
Tints of Golden Poppy #F0B908
RGB
CMYK
RGB Variations
Color information
#F0B908 (or 0xF0B908) is known color: Golden Poppy. HEX triplet: F0, B9 and 08. RGB value is (240,185,8). Sum of RGB (Red+Green+Blue) = 240+185+8=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 8 (3.52% from 255 or 1.85% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B908 is #0F46F7. Grayscale: #B6B6B6. Windows color (decimal): -1001208 or 571888. OLE color: 571888.
HSL color Cylindrical-coordinate representation of color #F0B908: hue angle of 45.78º 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 #F0B908 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 8 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.06 |
| HSL | 45.78º | 0.94% | 0.49% | - |
| HSV(B) | 45.78º | 0.97% | 0.94% | - |
| XYZ | 53.33 | 53.24 | 7.7 | - |
| YUV | 181.27 | 30.22 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 8 | 0 | 0.23 | 0.97 | 0.06 | 45.78 | 0.94 | 0.49 |
| Hex | F0 | B9 | 8 | 0 | 17 | 61 | 6 | 2E | 5E | 31 |
| Octal | 360 | 271 | 10 | 0 | 27 | 141 | 6 | 56 | 136 | 61 |
| Binary | 11110000 | 10111001 | 1000 | 0 | 10111 | 1100001 | 110 | 101110 | 1011110 | 110001 |
Color Harmonies of #F0B908
Complementary color
Monochromatic Colors of #F0B908
Black with #F0B908
Text Example
Text Example
White with #F0B908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B908; }
p { color: rgb(240,185,8); }
H1.HeaderClassName
{
color: #F0B908;
}
.AnyTagClassName
{
color: #F0B908;
}
</style>
background-color css
<style>
a { background-color: #F0B908; }
a { background-color: rgb(240,185,8); }
div.DivClassName
{
background-color: #F0B908;
}
.BgClassName
{
background-color: #F0B908;
}
</style>
border-color css
<style>
span { border-color: #F0B908; }
span { border-color: rgb(240,185,8); }
td.TdClassName
{
border-color: #F0B908;
}
.TagClassName
{
border-color: #F0B908;
}
</style>