Shades of Golden Poppy #F1BC0E
Tints of Golden Poppy #F1BC0E
RGB
CMYK
RGB Variations
Color information
#F1BC0E (or 0xF1BC0E) is known color: Golden Poppy. HEX triplet: F1, BC and 0E. RGB value is (241,188,14). Sum of RGB (Red+Green+Blue) = 241+188+14=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BC0E is #0E43F1. Grayscale: #B8B8B8. Windows color (decimal): -934898 or 965873. OLE color: 965873.
HSL color Cylindrical-coordinate representation of color #F1BC0E: hue angle of 45.99º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1BC0E is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 14 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.05 |
| HSL | 45.99º | 0.89% | 0.5% | - |
| HSV(B) | 45.99º | 0.94% | 0.95% | - |
| XYZ | 54.34 | 54.7 | 8.11 | - |
| YUV | 184.01 | 32.06 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 14 | 0 | 0.22 | 0.94 | 0.05 | 45.99 | 0.89 | 0.5 |
| Hex | F1 | BC | E | 0 | 16 | 5E | 5 | 2E | 59 | 32 |
| Octal | 361 | 274 | 16 | 0 | 26 | 136 | 5 | 56 | 131 | 62 |
| Binary | 11110001 | 10111100 | 1110 | 0 | 10110 | 1011110 | 101 | 101110 | 1011001 | 110010 |
Color Harmonies of #F1BC0E
Complementary color
Monochromatic Colors of #F1BC0E
Black with #F1BC0E
Text Example
Text Example
White with #F1BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BC0E; }
p { color: rgb(241,188,14); }
H1.HeaderClassName
{
color: #F1BC0E;
}
.AnyTagClassName
{
color: #F1BC0E;
}
</style>
background-color css
<style>
a { background-color: #F1BC0E; }
a { background-color: rgb(241,188,14); }
div.DivClassName
{
background-color: #F1BC0E;
}
.BgClassName
{
background-color: #F1BC0E;
}
</style>
border-color css
<style>
span { border-color: #F1BC0E; }
span { border-color: rgb(241,188,14); }
td.TdClassName
{
border-color: #F1BC0E;
}
.TagClassName
{
border-color: #F1BC0E;
}
</style>