Shades of Moon Yellow #F8C812
Tints of Moon Yellow #F8C812
RGB
CMYK
RGB Variations
Color information
#F8C812 (or 0xF8C812) is known color: Moon Yellow. HEX triplet: F8, C8 and 12. RGB value is (248,200,18). Sum of RGB (Red+Green+Blue) = 248+200+18=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C812 is #0737ED. Grayscale: #C2C2C2. Windows color (decimal): -473070 or 1231096. OLE color: 1231096.
HSL color Cylindrical-coordinate representation of color #F8C812: hue angle of 47.48º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8C812 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 18 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.03 |
| HSL | 47.48º | 0.94% | 0.52% | - |
| HSV(B) | 47.48º | 0.93% | 0.97% | - |
| XYZ | 59.47 | 61.31 | 9.27 | - |
| YUV | 193.6 | 28.9 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 18 | 0 | 0.19 | 0.93 | 0.03 | 47.48 | 0.94 | 0.52 |
| Hex | F8 | C8 | 12 | 0 | 13 | 5D | 3 | 2F | 5E | 34 |
| Octal | 370 | 310 | 22 | 0 | 23 | 135 | 3 | 57 | 136 | 64 |
| Binary | 11111000 | 11001000 | 10010 | 0 | 10011 | 1011101 | 11 | 101111 | 1011110 | 110100 |
Color Harmonies of #F8C812
Complementary color
Monochromatic Colors of #F8C812
Black with #F8C812
Text Example
Text Example
White with #F8C812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C812; }
p { color: rgb(248,200,18); }
H1.HeaderClassName
{
color: #F8C812;
}
.AnyTagClassName
{
color: #F8C812;
}
</style>
background-color css
<style>
a { background-color: #F8C812; }
a { background-color: rgb(248,200,18); }
div.DivClassName
{
background-color: #F8C812;
}
.BgClassName
{
background-color: #F8C812;
}
</style>
border-color css
<style>
span { border-color: #F8C812; }
span { border-color: rgb(248,200,18); }
td.TdClassName
{
border-color: #F8C812;
}
.TagClassName
{
border-color: #F8C812;
}
</style>