Shades of Golden Poppy #F8BD00
Tints of Golden Poppy #F8BD00
RGB
CMYK
RGB Variations
Color information
#F8BD00 (or 0xF8BD00) is known color: Golden Poppy. HEX triplet: F8, BD and 00. RGB value is (248,189,0). Sum of RGB (Red+Green+Blue) = 248+189+0=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BD00 is #0742FF. Grayscale: #B9B9B9. Windows color (decimal): -475904 or 48632. OLE color: 48632.
HSL color Cylindrical-coordinate representation of color #F8BD00: hue angle of 45.73º 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 #F8BD00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.03 |
| HSL | 45.73º | 1% | 0.49% | - |
| HSV(B) | 45.73º | 1% | 0.97% | - |
| XYZ | 56.91 | 56.35 | 7.88 | - |
| YUV | 185.1 | 23.55 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 0 | 0 | 0.24 | 1 | 0.03 | 45.73 | 1 | 0.49 |
| Hex | F8 | BD | 0 | 0 | 18 | 64 | 3 | 2E | 64 | 31 |
| Octal | 370 | 275 | 0 | 0 | 30 | 144 | 3 | 56 | 144 | 61 |
| Binary | 11111000 | 10111101 | 0 | 0 | 11000 | 1100100 | 11 | 101110 | 1100100 | 110001 |
Color Harmonies of #F8BD00
Complementary color
Monochromatic Colors of #F8BD00
Black with #F8BD00
Text Example
Text Example
White with #F8BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BD00; }
p { color: rgb(248,189,0); }
H1.HeaderClassName
{
color: #F8BD00;
}
.AnyTagClassName
{
color: #F8BD00;
}
</style>
background-color css
<style>
a { background-color: #F8BD00; }
a { background-color: rgb(248,189,0); }
div.DivClassName
{
background-color: #F8BD00;
}
.BgClassName
{
background-color: #F8BD00;
}
</style>
border-color css
<style>
span { border-color: #F8BD00; }
span { border-color: rgb(248,189,0); }
td.TdClassName
{
border-color: #F8BD00;
}
.TagClassName
{
border-color: #F8BD00;
}
</style>