Shades of Golden Poppy #F8BF11
Tints of Golden Poppy #F8BF11
RGB
CMYK
RGB Variations
Color information
#F8BF11 (or 0xF8BF11) is known color: Golden Poppy. HEX triplet: F8, BF and 11. RGB value is (248,191,17). Sum of RGB (Red+Green+Blue) = 248+191+17=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 17 (7.03% from 255 or 3.73% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BF11 is #0740EE. Grayscale: #BCBCBC. Windows color (decimal): -475375 or 1163256. OLE color: 1163256.
HSL color Cylindrical-coordinate representation of color #F8BF11: hue angle of 45.19º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8BF11 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 17 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.03 |
| HSL | 45.19º | 0.94% | 0.52% | - |
| HSV(B) | 45.19º | 0.93% | 0.97% | - |
| XYZ | 57.44 | 57.26 | 8.55 | - |
| YUV | 188.21 | 31.38 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 17 | 0 | 0.23 | 0.93 | 0.03 | 45.19 | 0.94 | 0.52 |
| Hex | F8 | BF | 11 | 0 | 17 | 5D | 3 | 2D | 5E | 34 |
| Octal | 370 | 277 | 21 | 0 | 27 | 135 | 3 | 55 | 136 | 64 |
| Binary | 11111000 | 10111111 | 10001 | 0 | 10111 | 1011101 | 11 | 101101 | 1011110 | 110100 |
Color Harmonies of #F8BF11
Complementary color
Monochromatic Colors of #F8BF11
Black with #F8BF11
Text Example
Text Example
White with #F8BF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BF11; }
p { color: rgb(248,191,17); }
H1.HeaderClassName
{
color: #F8BF11;
}
.AnyTagClassName
{
color: #F8BF11;
}
</style>
background-color css
<style>
a { background-color: #F8BF11; }
a { background-color: rgb(248,191,17); }
div.DivClassName
{
background-color: #F8BF11;
}
.BgClassName
{
background-color: #F8BF11;
}
</style>
border-color css
<style>
span { border-color: #F8BF11; }
span { border-color: rgb(248,191,17); }
td.TdClassName
{
border-color: #F8BF11;
}
.TagClassName
{
border-color: #F8BF11;
}
</style>