Shades of Golden Poppy #F4BB0F
Tints of Golden Poppy #F4BB0F
RGB
CMYK
RGB Variations
Color information
#F4BB0F (or 0xF4BB0F) is known color: Golden Poppy. HEX triplet: F4, BB and 0F. RGB value is (244,187,15). Sum of RGB (Red+Green+Blue) = 244+187+15=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4BB0F is #0B44F0. Grayscale: #B9B9B9. Windows color (decimal): -738545 or 1031156. OLE color: 1031156.
HSL color Cylindrical-coordinate representation of color #F4BB0F: hue angle of 45.07º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4BB0F is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 15 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.04 |
| HSL | 45.07º | 0.91% | 0.51% | - |
| HSV(B) | 45.07º | 0.94% | 0.96% | - |
| XYZ | 55.16 | 54.81 | 8.12 | - |
| YUV | 184.44 | 32.38 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 15 | 0 | 0.23 | 0.94 | 0.04 | 45.07 | 0.91 | 0.51 |
| Hex | F4 | BB | F | 0 | 17 | 5E | 4 | 2D | 5B | 33 |
| Octal | 364 | 273 | 17 | 0 | 27 | 136 | 4 | 55 | 133 | 63 |
| Binary | 11110100 | 10111011 | 1111 | 0 | 10111 | 1011110 | 100 | 101101 | 1011011 | 110011 |
Color Harmonies of #F4BB0F
Complementary color
Monochromatic Colors of #F4BB0F
Black with #F4BB0F
Text Example
Text Example
White with #F4BB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BB0F; }
p { color: rgb(244,187,15); }
H1.HeaderClassName
{
color: #F4BB0F;
}
.AnyTagClassName
{
color: #F4BB0F;
}
</style>
background-color css
<style>
a { background-color: #F4BB0F; }
a { background-color: rgb(244,187,15); }
div.DivClassName
{
background-color: #F4BB0F;
}
.BgClassName
{
background-color: #F4BB0F;
}
</style>
border-color css
<style>
span { border-color: #F4BB0F; }
span { border-color: rgb(244,187,15); }
td.TdClassName
{
border-color: #F4BB0F;
}
.TagClassName
{
border-color: #F4BB0F;
}
</style>