Shades of Golden Poppy #F8BC00
Tints of Golden Poppy #F8BC00
RGB
CMYK
RGB Variations
Color information
#F8BC00 (or 0xF8BC00) is known color: Golden Poppy. HEX triplet: F8, BC and 00. RGB value is (248,188,0). Sum of RGB (Red+Green+Blue) = 248+188+0=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BC00 is #0743FF. Grayscale: #B9B9B9. Windows color (decimal): -476160 or 48376. OLE color: 48376.
HSL color Cylindrical-coordinate representation of color #F8BC00: hue angle of 45.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8BC00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.03 |
| HSL | 45.48º | 1% | 0.49% | - |
| HSV(B) | 45.48º | 1% | 0.97% | - |
| XYZ | 56.69 | 55.92 | 7.81 | - |
| YUV | 184.51 | 23.88 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 0 | 0 | 0.24 | 1 | 0.03 | 45.48 | 1 | 0.49 |
| Hex | F8 | BC | 0 | 0 | 18 | 64 | 3 | 2D | 64 | 31 |
| Octal | 370 | 274 | 0 | 0 | 30 | 144 | 3 | 55 | 144 | 61 |
| Binary | 11111000 | 10111100 | 0 | 0 | 11000 | 1100100 | 11 | 101101 | 1100100 | 110001 |
Color Harmonies of #F8BC00
Complementary color
Monochromatic Colors of #F8BC00
Black with #F8BC00
Text Example
Text Example
White with #F8BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BC00; }
p { color: rgb(248,188,0); }
H1.HeaderClassName
{
color: #F8BC00;
}
.AnyTagClassName
{
color: #F8BC00;
}
</style>
background-color css
<style>
a { background-color: #F8BC00; }
a { background-color: rgb(248,188,0); }
div.DivClassName
{
background-color: #F8BC00;
}
.BgClassName
{
background-color: #F8BC00;
}
</style>
border-color css
<style>
span { border-color: #F8BC00; }
span { border-color: rgb(248,188,0); }
td.TdClassName
{
border-color: #F8BC00;
}
.TagClassName
{
border-color: #F8BC00;
}
</style>