Shades of Golden Poppy #F1BF00
Tints of Golden Poppy #F1BF00
RGB
CMYK
RGB Variations
Color information
#F1BF00 (or 0xF1BF00) is known color: Golden Poppy. HEX triplet: F1, BF and 00. RGB value is (241,191,0). Sum of RGB (Red+Green+Blue) = 241+191+0=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BF00 is #0E40FF. Grayscale: #B8B8B8. Windows color (decimal): -934144 or 49137. OLE color: 49137.
HSL color Cylindrical-coordinate representation of color #F1BF00: hue angle of 47.55º 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 #F1BF00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.05 |
| HSL | 47.55º | 1% | 0.47% | - |
| HSV(B) | 47.55º | 1% | 0.95% | - |
| XYZ | 54.91 | 55.96 | 7.91 | - |
| YUV | 184.18 | 24.07 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 0 | 0 | 0.21 | 1 | 0.05 | 47.55 | 1 | 0.47 |
| Hex | F1 | BF | 0 | 0 | 15 | 64 | 5 | 30 | 64 | 2F |
| Octal | 361 | 277 | 0 | 0 | 25 | 144 | 5 | 60 | 144 | 57 |
| Binary | 11110001 | 10111111 | 0 | 0 | 10101 | 1100100 | 101 | 110000 | 1100100 | 101111 |
Color Harmonies of #F1BF00
Complementary color
Monochromatic Colors of #F1BF00
Black with #F1BF00
Text Example
Text Example
White with #F1BF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BF00; }
p { color: rgb(241,191,0); }
H1.HeaderClassName
{
color: #F1BF00;
}
.AnyTagClassName
{
color: #F1BF00;
}
</style>
background-color css
<style>
a { background-color: #F1BF00; }
a { background-color: rgb(241,191,0); }
div.DivClassName
{
background-color: #F1BF00;
}
.BgClassName
{
background-color: #F1BF00;
}
</style>
border-color css
<style>
span { border-color: #F1BF00; }
span { border-color: rgb(241,191,0); }
td.TdClassName
{
border-color: #F1BF00;
}
.TagClassName
{
border-color: #F1BF00;
}
</style>