Shades of Golden Poppy #F8BC03
Tints of Golden Poppy #F8BC03
RGB
CMYK
RGB Variations
Color information
#F8BC03 (or 0xF8BC03) is known color: Golden Poppy. HEX triplet: F8, BC and 03. RGB value is (248,188,3). Sum of RGB (Red+Green+Blue) = 248+188+3=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BC03 is #0743FC. Grayscale: #B9B9B9. Windows color (decimal): -476157 or 244984. OLE color: 244984.
HSL color Cylindrical-coordinate representation of color #F8BC03: hue angle of 45.31º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8BC03 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.03 |
| HSL | 45.31º | 0.98% | 0.49% | - |
| HSV(B) | 45.31º | 0.99% | 0.97% | - |
| XYZ | 56.71 | 55.93 | 7.89 | - |
| YUV | 184.85 | 25.38 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 3 | 0 | 0.24 | 0.99 | 0.03 | 45.31 | 0.98 | 0.49 |
| Hex | F8 | BC | 3 | 0 | 18 | 63 | 3 | 2D | 62 | 31 |
| Octal | 370 | 274 | 3 | 0 | 30 | 143 | 3 | 55 | 142 | 61 |
| Binary | 11111000 | 10111100 | 11 | 0 | 11000 | 1100011 | 11 | 101101 | 1100010 | 110001 |
Color Harmonies of #F8BC03
Complementary color
Monochromatic Colors of #F8BC03
Black with #F8BC03
Text Example
Text Example
White with #F8BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BC03; }
p { color: rgb(248,188,3); }
H1.HeaderClassName
{
color: #F8BC03;
}
.AnyTagClassName
{
color: #F8BC03;
}
</style>
background-color css
<style>
a { background-color: #F8BC03; }
a { background-color: rgb(248,188,3); }
div.DivClassName
{
background-color: #F8BC03;
}
.BgClassName
{
background-color: #F8BC03;
}
</style>
border-color css
<style>
span { border-color: #F8BC03; }
span { border-color: rgb(248,188,3); }
td.TdClassName
{
border-color: #F8BC03;
}
.TagClassName
{
border-color: #F8BC03;
}
</style>