Shades of Golden Poppy #F8C700
Tints of Golden Poppy #F8C700
RGB
CMYK
RGB Variations
Color information
#F8C700 (or 0xF8C700) is known color: Golden Poppy. HEX triplet: F8, C7 and 00. RGB value is (248,199,0). Sum of RGB (Red+Green+Blue) = 248+199+0=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C700 is #0738FF. Grayscale: #BFBFBF. Windows color (decimal): -473344 or 51192. OLE color: 51192.
HSL color Cylindrical-coordinate representation of color #F8C700: hue angle of 48.15º 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 #F8C700 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.03 |
| HSL | 48.15º | 1% | 0.49% | - |
| HSV(B) | 48.15º | 1% | 0.97% | - |
| XYZ | 59.13 | 60.8 | 8.62 | - |
| YUV | 190.97 | 20.23 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 0 | 0 | 0.20 | 1 | 0.03 | 48.15 | 1 | 0.49 |
| Hex | F8 | C7 | 0 | 0 | 14 | 64 | 3 | 30 | 64 | 31 |
| Octal | 370 | 307 | 0 | 0 | 24 | 144 | 3 | 60 | 144 | 61 |
| Binary | 11111000 | 11000111 | 0 | 0 | 10100 | 1100100 | 11 | 110000 | 1100100 | 110001 |
Color Harmonies of #F8C700
Complementary color
Monochromatic Colors of #F8C700
Black with #F8C700
Text Example
Text Example
White with #F8C700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C700; }
p { color: rgb(248,199,0); }
H1.HeaderClassName
{
color: #F8C700;
}
.AnyTagClassName
{
color: #F8C700;
}
</style>
background-color css
<style>
a { background-color: #F8C700; }
a { background-color: rgb(248,199,0); }
div.DivClassName
{
background-color: #F8C700;
}
.BgClassName
{
background-color: #F8C700;
}
</style>
border-color css
<style>
span { border-color: #F8C700; }
span { border-color: rgb(248,199,0); }
td.TdClassName
{
border-color: #F8C700;
}
.TagClassName
{
border-color: #F8C700;
}
</style>