Shades of Golden Poppy #F8C707
Tints of Golden Poppy #F8C707
RGB
CMYK
RGB Variations
Color information
#F8C707 (or 0xF8C707) is known color: Golden Poppy. HEX triplet: F8, C7 and 07. RGB value is (248,199,7). Sum of RGB (Red+Green+Blue) = 248+199+7=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 7 (3.12% from 255 or 1.54% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C707 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C707 is #0738F8. Grayscale: #C0C0C0. Windows color (decimal): -473337 or 509944. OLE color: 509944.
HSL color Cylindrical-coordinate representation of color #F8C707: hue angle of 47.8º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8C707 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 7 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.03 |
| HSL | 47.8º | 0.95% | 0.5% | - |
| HSV(B) | 47.8º | 0.97% | 0.97% | - |
| XYZ | 59.17 | 60.82 | 8.82 | - |
| YUV | 191.76 | 23.73 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 7 | 0 | 0.20 | 0.97 | 0.03 | 47.8 | 0.95 | 0.5 |
| Hex | F8 | C7 | 7 | 0 | 14 | 61 | 3 | 30 | 5F | 32 |
| Octal | 370 | 307 | 7 | 0 | 24 | 141 | 3 | 60 | 137 | 62 |
| Binary | 11111000 | 11000111 | 111 | 0 | 10100 | 1100001 | 11 | 110000 | 1011111 | 110010 |
Color Harmonies of #F8C707
Complementary color
Monochromatic Colors of #F8C707
Black with #F8C707
Text Example
Text Example
White with #F8C707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C707; }
p { color: rgb(248,199,7); }
H1.HeaderClassName
{
color: #F8C707;
}
.AnyTagClassName
{
color: #F8C707;
}
</style>
background-color css
<style>
a { background-color: #F8C707; }
a { background-color: rgb(248,199,7); }
div.DivClassName
{
background-color: #F8C707;
}
.BgClassName
{
background-color: #F8C707;
}
</style>
border-color css
<style>
span { border-color: #F8C707; }
span { border-color: rgb(248,199,7); }
td.TdClassName
{
border-color: #F8C707;
}
.TagClassName
{
border-color: #F8C707;
}
</style>