Shades of Golden Poppy #F1BB01
Tints of Golden Poppy #F1BB01
RGB
CMYK
RGB Variations
Color information
#F1BB01 (or 0xF1BB01) is known color: Golden Poppy. HEX triplet: F1, BB and 01. RGB value is (241,187,1). Sum of RGB (Red+Green+Blue) = 241+187+1=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BB01 is #0E44FE. Grayscale: #B6B6B6. Windows color (decimal): -935167 or 113649. OLE color: 113649.
HSL color Cylindrical-coordinate representation of color #F1BB01: hue angle of 46.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1BB01 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.05 |
| HSL | 46.5º | 0.99% | 0.47% | - |
| HSV(B) | 46.5º | 1% | 0.95% | - |
| XYZ | 54.05 | 54.24 | 7.65 | - |
| YUV | 181.94 | 25.89 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 1 | 0 | 0.22 | 1.00 | 0.05 | 46.5 | 0.99 | 0.47 |
| Hex | F1 | BB | 1 | 0 | 16 | 64 | 5 | 2E | 63 | 2F |
| Octal | 361 | 273 | 1 | 0 | 26 | 144 | 5 | 56 | 143 | 57 |
| Binary | 11110001 | 10111011 | 1 | 0 | 10110 | 1100100 | 101 | 101110 | 1100011 | 101111 |
Color Harmonies of #F1BB01
Complementary color
Monochromatic Colors of #F1BB01
Black with #F1BB01
Text Example
Text Example
White with #F1BB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BB01; }
p { color: rgb(241,187,1); }
H1.HeaderClassName
{
color: #F1BB01;
}
.AnyTagClassName
{
color: #F1BB01;
}
</style>
background-color css
<style>
a { background-color: #F1BB01; }
a { background-color: rgb(241,187,1); }
div.DivClassName
{
background-color: #F1BB01;
}
.BgClassName
{
background-color: #F1BB01;
}
</style>
border-color css
<style>
span { border-color: #F1BB01; }
span { border-color: rgb(241,187,1); }
td.TdClassName
{
border-color: #F1BB01;
}
.TagClassName
{
border-color: #F1BB01;
}
</style>