Shades of Golden Poppy #F1BC00
Tints of Golden Poppy #F1BC00
RGB
CMYK
RGB Variations
Color information
#F1BC00 (or 0xF1BC00) is known color: Golden Poppy. HEX triplet: F1, BC and 00. RGB value is (241,188,0). Sum of RGB (Red+Green+Blue) = 241+188+0=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BC00 is #0E43FF. Grayscale: #B7B7B7. Windows color (decimal): -934912 or 48369. OLE color: 48369.
HSL color Cylindrical-coordinate representation of color #F1BC00: hue angle of 46.8º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1BC00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.05 |
| HSL | 46.8º | 1% | 0.47% | - |
| HSV(B) | 46.8º | 1% | 0.95% | - |
| XYZ | 54.26 | 54.67 | 7.69 | - |
| YUV | 182.42 | 25.06 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 0 | 0 | 0.22 | 1 | 0.05 | 46.8 | 1 | 0.47 |
| Hex | F1 | BC | 0 | 0 | 16 | 64 | 5 | 2F | 64 | 2F |
| Octal | 361 | 274 | 0 | 0 | 26 | 144 | 5 | 57 | 144 | 57 |
| Binary | 11110001 | 10111100 | 0 | 0 | 10110 | 1100100 | 101 | 101111 | 1100100 | 101111 |
Color Harmonies of #F1BC00
Complementary color
Monochromatic Colors of #F1BC00
Black with #F1BC00
Text Example
Text Example
White with #F1BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BC00; }
p { color: rgb(241,188,0); }
H1.HeaderClassName
{
color: #F1BC00;
}
.AnyTagClassName
{
color: #F1BC00;
}
</style>
background-color css
<style>
a { background-color: #F1BC00; }
a { background-color: rgb(241,188,0); }
div.DivClassName
{
background-color: #F1BC00;
}
.BgClassName
{
background-color: #F1BC00;
}
</style>
border-color css
<style>
span { border-color: #F1BC00; }
span { border-color: rgb(241,188,0); }
td.TdClassName
{
border-color: #F1BC00;
}
.TagClassName
{
border-color: #F1BC00;
}
</style>