Shades of Moon Yellow #F8C815
Tints of Moon Yellow #F8C815
RGB
CMYK
RGB Variations
Color information
#F8C815 (or 0xF8C815) is known color: Moon Yellow. HEX triplet: F8, C8 and 15. RGB value is (248,200,21). Sum of RGB (Red+Green+Blue) = 248+200+21=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 21 (8.59% from 255 or 4.48% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C815 is #0737EA. Grayscale: #C2C2C2. Windows color (decimal): -473067 or 1427704. OLE color: 1427704.
HSL color Cylindrical-coordinate representation of color #F8C815: hue angle of 47.31º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8C815 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 21 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.03 |
| HSL | 47.31º | 0.94% | 0.53% | - |
| HSV(B) | 47.31º | 0.92% | 0.97% | - |
| XYZ | 59.5 | 61.32 | 9.41 | - |
| YUV | 193.95 | 30.4 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 21 | 0 | 0.19 | 0.92 | 0.03 | 47.31 | 0.94 | 0.53 |
| Hex | F8 | C8 | 15 | 0 | 13 | 5C | 3 | 2F | 5E | 35 |
| Octal | 370 | 310 | 25 | 0 | 23 | 134 | 3 | 57 | 136 | 65 |
| Binary | 11111000 | 11001000 | 10101 | 0 | 10011 | 1011100 | 11 | 101111 | 1011110 | 110101 |
Color Harmonies of #F8C815
Complementary color
Monochromatic Colors of #F8C815
Black with #F8C815
Text Example
Text Example
White with #F8C815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C815; }
p { color: rgb(248,200,21); }
H1.HeaderClassName
{
color: #F8C815;
}
.AnyTagClassName
{
color: #F8C815;
}
</style>
background-color css
<style>
a { background-color: #F8C815; }
a { background-color: rgb(248,200,21); }
div.DivClassName
{
background-color: #F8C815;
}
.BgClassName
{
background-color: #F8C815;
}
</style>
border-color css
<style>
span { border-color: #F8C815; }
span { border-color: rgb(248,200,21); }
td.TdClassName
{
border-color: #F8C815;
}
.TagClassName
{
border-color: #F8C815;
}
</style>