Shades of Moon Yellow #F8C712
Tints of Moon Yellow #F8C712
RGB
CMYK
RGB Variations
Color information
#F8C712 (or 0xF8C712) is known color: Moon Yellow. HEX triplet: F8, C7 and 12. RGB value is (248,199,18). Sum of RGB (Red+Green+Blue) = 248+199+18=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C712 is #0738ED. Grayscale: #C1C1C1. Windows color (decimal): -473326 or 1230840. OLE color: 1230840.
HSL color Cylindrical-coordinate representation of color #F8C712: hue angle of 47.22º 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 #F8C712 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 18 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.03 |
| HSL | 47.22º | 0.94% | 0.52% | - |
| HSV(B) | 47.22º | 0.93% | 0.97% | - |
| XYZ | 59.24 | 60.85 | 9.19 | - |
| YUV | 193.02 | 29.23 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 18 | 0 | 0.20 | 0.93 | 0.03 | 47.22 | 0.94 | 0.52 |
| Hex | F8 | C7 | 12 | 0 | 14 | 5D | 3 | 2F | 5E | 34 |
| Octal | 370 | 307 | 22 | 0 | 24 | 135 | 3 | 57 | 136 | 64 |
| Binary | 11111000 | 11000111 | 10010 | 0 | 10100 | 1011101 | 11 | 101111 | 1011110 | 110100 |
Color Harmonies of #F8C712
Complementary color
Monochromatic Colors of #F8C712
Black with #F8C712
Text Example
Text Example
White with #F8C712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C712; }
p { color: rgb(248,199,18); }
H1.HeaderClassName
{
color: #F8C712;
}
.AnyTagClassName
{
color: #F8C712;
}
</style>
background-color css
<style>
a { background-color: #F8C712; }
a { background-color: rgb(248,199,18); }
div.DivClassName
{
background-color: #F8C712;
}
.BgClassName
{
background-color: #F8C712;
}
</style>
border-color css
<style>
span { border-color: #F8C712; }
span { border-color: rgb(248,199,18); }
td.TdClassName
{
border-color: #F8C712;
}
.TagClassName
{
border-color: #F8C712;
}
</style>