Shades of Golden Poppy #F8C600
Tints of Golden Poppy #F8C600
RGB
CMYK
RGB Variations
Color information
#F8C600 (or 0xF8C600) is known color: Golden Poppy. HEX triplet: F8, C6 and 00. RGB value is (248,198,0). Sum of RGB (Red+Green+Blue) = 248+198+0=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C600 is #0739FF. Grayscale: #BFBFBF. Windows color (decimal): -473600 or 50936. OLE color: 50936.
HSL color Cylindrical-coordinate representation of color #F8C600: hue angle of 47.9º 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 #F8C600 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.03 |
| HSL | 47.9º | 1% | 0.49% | - |
| HSV(B) | 47.9º | 1% | 0.97% | - |
| XYZ | 58.91 | 60.34 | 8.54 | - |
| YUV | 190.38 | 20.57 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 0 | 0 | 0.20 | 1 | 0.03 | 47.9 | 1 | 0.49 |
| Hex | F8 | C6 | 0 | 0 | 14 | 64 | 3 | 30 | 64 | 31 |
| Octal | 370 | 306 | 0 | 0 | 24 | 144 | 3 | 60 | 144 | 61 |
| Binary | 11111000 | 11000110 | 0 | 0 | 10100 | 1100100 | 11 | 110000 | 1100100 | 110001 |
Color Harmonies of #F8C600
Complementary color
Monochromatic Colors of #F8C600
Black with #F8C600
Text Example
Text Example
White with #F8C600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C600; }
p { color: rgb(248,198,0); }
H1.HeaderClassName
{
color: #F8C600;
}
.AnyTagClassName
{
color: #F8C600;
}
</style>
background-color css
<style>
a { background-color: #F8C600; }
a { background-color: rgb(248,198,0); }
div.DivClassName
{
background-color: #F8C600;
}
.BgClassName
{
background-color: #F8C600;
}
</style>
border-color css
<style>
span { border-color: #F8C600; }
span { border-color: rgb(248,198,0); }
td.TdClassName
{
border-color: #F8C600;
}
.TagClassName
{
border-color: #F8C600;
}
</style>