Shades of Golden Poppy #F1BB0A
Tints of Golden Poppy #F1BB0A
RGB
CMYK
RGB Variations
Color information
#F1BB0A (or 0xF1BB0A) is known color: Golden Poppy. HEX triplet: F1, BB and 0A. RGB value is (241,187,10). Sum of RGB (Red+Green+Blue) = 241+187+10=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BB0A is #0E44F5. Grayscale: #B7B7B7. Windows color (decimal): -935158 or 703473. OLE color: 703473.
HSL color Cylindrical-coordinate representation of color #F1BB0A: hue angle of 45.97º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1BB0A is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 10 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.05 |
| HSL | 45.97º | 0.92% | 0.49% | - |
| HSV(B) | 45.97º | 0.96% | 0.95% | - |
| XYZ | 54.1 | 54.26 | 7.91 | - |
| YUV | 182.97 | 30.39 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 10 | 0 | 0.22 | 0.96 | 0.05 | 45.97 | 0.92 | 0.49 |
| Hex | F1 | BB | A | 0 | 16 | 60 | 5 | 2E | 5C | 31 |
| Octal | 361 | 273 | 12 | 0 | 26 | 140 | 5 | 56 | 134 | 61 |
| Binary | 11110001 | 10111011 | 1010 | 0 | 10110 | 1100000 | 101 | 101110 | 1011100 | 110001 |
Color Harmonies of #F1BB0A
Complementary color
Monochromatic Colors of #F1BB0A
Black with #F1BB0A
Text Example
Text Example
White with #F1BB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BB0A; }
p { color: rgb(241,187,10); }
H1.HeaderClassName
{
color: #F1BB0A;
}
.AnyTagClassName
{
color: #F1BB0A;
}
</style>
background-color css
<style>
a { background-color: #F1BB0A; }
a { background-color: rgb(241,187,10); }
div.DivClassName
{
background-color: #F1BB0A;
}
.BgClassName
{
background-color: #F1BB0A;
}
</style>
border-color css
<style>
span { border-color: #F1BB0A; }
span { border-color: rgb(241,187,10); }
td.TdClassName
{
border-color: #F1BB0A;
}
.TagClassName
{
border-color: #F1BB0A;
}
</style>