Shades of Moon Yellow #F8C512
Tints of Moon Yellow #F8C512
RGB
CMYK
RGB Variations
Color information
#F8C512 (or 0xF8C512) is known color: Moon Yellow. HEX triplet: F8, C5 and 12. RGB value is (248,197,18). Sum of RGB (Red+Green+Blue) = 248+197+18=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C512 is #073AED. Grayscale: #C0C0C0. Windows color (decimal): -473838 or 1230328. OLE color: 1230328.
HSL color Cylindrical-coordinate representation of color #F8C512: hue angle of 46.7º 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 #F8C512 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 18 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.03 |
| HSL | 46.7º | 0.94% | 0.52% | - |
| HSV(B) | 46.7º | 0.93% | 0.97% | - |
| XYZ | 58.79 | 59.93 | 9.04 | - |
| YUV | 191.84 | 29.9 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 18 | 0 | 0.21 | 0.93 | 0.03 | 46.7 | 0.94 | 0.52 |
| Hex | F8 | C5 | 12 | 0 | 15 | 5D | 3 | 2F | 5E | 34 |
| Octal | 370 | 305 | 22 | 0 | 25 | 135 | 3 | 57 | 136 | 64 |
| Binary | 11111000 | 11000101 | 10010 | 0 | 10101 | 1011101 | 11 | 101111 | 1011110 | 110100 |
Color Harmonies of #F8C512
Complementary color
Monochromatic Colors of #F8C512
Black with #F8C512
Text Example
Text Example
White with #F8C512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C512; }
p { color: rgb(248,197,18); }
H1.HeaderClassName
{
color: #F8C512;
}
.AnyTagClassName
{
color: #F8C512;
}
</style>
background-color css
<style>
a { background-color: #F8C512; }
a { background-color: rgb(248,197,18); }
div.DivClassName
{
background-color: #F8C512;
}
.BgClassName
{
background-color: #F8C512;
}
</style>
border-color css
<style>
span { border-color: #F8C512; }
span { border-color: rgb(248,197,18); }
td.TdClassName
{
border-color: #F8C512;
}
.TagClassName
{
border-color: #F8C512;
}
</style>