Shades of Moon Yellow #F8C516
Tints of Moon Yellow #F8C516
RGB
CMYK
RGB Variations
Color information
#F8C516 (or 0xF8C516) is known color: Moon Yellow. HEX triplet: F8, C5 and 16. RGB value is (248,197,22). Sum of RGB (Red+Green+Blue) = 248+197+22=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 22 (8.98% from 255 or 4.71% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C516 is #073AE9. Grayscale: #C1C1C1. Windows color (decimal): -473834 or 1492472. OLE color: 1492472.
HSL color Cylindrical-coordinate representation of color #F8C516: hue angle of 46.46º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F8C516 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 22 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.03 |
| HSL | 46.46º | 0.94% | 0.53% | - |
| HSV(B) | 46.46º | 0.91% | 0.97% | - |
| XYZ | 58.82 | 59.95 | 9.23 | - |
| YUV | 192.3 | 31.9 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 22 | 0 | 0.21 | 0.91 | 0.03 | 46.46 | 0.94 | 0.53 |
| Hex | F8 | C5 | 16 | 0 | 15 | 5B | 3 | 2E | 5E | 35 |
| Octal | 370 | 305 | 26 | 0 | 25 | 133 | 3 | 56 | 136 | 65 |
| Binary | 11111000 | 11000101 | 10110 | 0 | 10101 | 1011011 | 11 | 101110 | 1011110 | 110101 |
Color Harmonies of #F8C516
Complementary color
Monochromatic Colors of #F8C516
Black with #F8C516
Text Example
Text Example
White with #F8C516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C516; }
p { color: rgb(248,197,22); }
H1.HeaderClassName
{
color: #F8C516;
}
.AnyTagClassName
{
color: #F8C516;
}
</style>
background-color css
<style>
a { background-color: #F8C516; }
a { background-color: rgb(248,197,22); }
div.DivClassName
{
background-color: #F8C516;
}
.BgClassName
{
background-color: #F8C516;
}
</style>
border-color css
<style>
span { border-color: #F8C516; }
span { border-color: rgb(248,197,22); }
td.TdClassName
{
border-color: #F8C516;
}
.TagClassName
{
border-color: #F8C516;
}
</style>