Shades of Moon Yellow #F8C912
Tints of Moon Yellow #F8C912
RGB
CMYK
RGB Variations
Color information
#F8C912 (or 0xF8C912) is known color: Moon Yellow. HEX triplet: F8, C9 and 12. RGB value is (248,201,18). Sum of RGB (Red+Green+Blue) = 248+201+18=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C912 is #0736ED. Grayscale: #C2C2C2. Windows color (decimal): -472814 or 1231352. OLE color: 1231352.
HSL color Cylindrical-coordinate representation of color #F8C912: hue angle of 47.74º 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 #F8C912 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 18 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.03 |
| HSL | 47.74º | 0.94% | 0.52% | - |
| HSV(B) | 47.74º | 0.93% | 0.97% | - |
| XYZ | 59.71 | 61.77 | 9.35 | - |
| YUV | 194.19 | 28.57 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 18 | 0 | 0.19 | 0.93 | 0.03 | 47.74 | 0.94 | 0.52 |
| Hex | F8 | C9 | 12 | 0 | 13 | 5D | 3 | 30 | 5E | 34 |
| Octal | 370 | 311 | 22 | 0 | 23 | 135 | 3 | 60 | 136 | 64 |
| Binary | 11111000 | 11001001 | 10010 | 0 | 10011 | 1011101 | 11 | 110000 | 1011110 | 110100 |
Color Harmonies of #F8C912
Complementary color
Monochromatic Colors of #F8C912
Black with #F8C912
Text Example
Text Example
White with #F8C912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C912; }
p { color: rgb(248,201,18); }
H1.HeaderClassName
{
color: #F8C912;
}
.AnyTagClassName
{
color: #F8C912;
}
</style>
background-color css
<style>
a { background-color: #F8C912; }
a { background-color: rgb(248,201,18); }
div.DivClassName
{
background-color: #F8C912;
}
.BgClassName
{
background-color: #F8C912;
}
</style>
border-color css
<style>
span { border-color: #F8C912; }
span { border-color: rgb(248,201,18); }
td.TdClassName
{
border-color: #F8C912;
}
.TagClassName
{
border-color: #F8C912;
}
</style>