Shades of Golden Poppy #F4BB01
Tints of Golden Poppy #F4BB01
RGB
CMYK
RGB Variations
Color information
#F4BB01 (or 0xF4BB01) is known color: Golden Poppy. HEX triplet: F4, BB and 01. RGB value is (244,187,1). Sum of RGB (Red+Green+Blue) = 244+187+1=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4BB01 is #0B44FE. Grayscale: #B7B7B7. Windows color (decimal): -738559 or 113652. OLE color: 113652.
HSL color Cylindrical-coordinate representation of color #F4BB01: hue angle of 45.93º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4BB01 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0.04 |
| HSL | 45.93º | 0.99% | 0.48% | - |
| HSV(B) | 45.93º | 1% | 0.96% | - |
| XYZ | 55.08 | 54.78 | 7.7 | - |
| YUV | 182.84 | 25.38 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 1 | 0 | 0.23 | 1.00 | 0.04 | 45.93 | 0.99 | 0.48 |
| Hex | F4 | BB | 1 | 0 | 17 | 64 | 4 | 2E | 63 | 30 |
| Octal | 364 | 273 | 1 | 0 | 27 | 144 | 4 | 56 | 143 | 60 |
| Binary | 11110100 | 10111011 | 1 | 0 | 10111 | 1100100 | 100 | 101110 | 1100011 | 110000 |
Color Harmonies of #F4BB01
Complementary color
Monochromatic Colors of #F4BB01
Black with #F4BB01
Text Example
Text Example
White with #F4BB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BB01; }
p { color: rgb(244,187,1); }
H1.HeaderClassName
{
color: #F4BB01;
}
.AnyTagClassName
{
color: #F4BB01;
}
</style>
background-color css
<style>
a { background-color: #F4BB01; }
a { background-color: rgb(244,187,1); }
div.DivClassName
{
background-color: #F4BB01;
}
.BgClassName
{
background-color: #F4BB01;
}
</style>
border-color css
<style>
span { border-color: #F4BB01; }
span { border-color: rgb(244,187,1); }
td.TdClassName
{
border-color: #F4BB01;
}
.TagClassName
{
border-color: #F4BB01;
}
</style>