Shades of Moon Yellow #F8C514
Tints of Moon Yellow #F8C514
RGB
CMYK
RGB Variations
Color information
#F8C514 (or 0xF8C514) is known color: Moon Yellow. HEX triplet: F8, C5 and 14. RGB value is (248,197,20). Sum of RGB (Red+Green+Blue) = 248+197+20=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C514 is #073AEB. Grayscale: #C0C0C0. Windows color (decimal): -473836 or 1361400. OLE color: 1361400.
HSL color Cylindrical-coordinate representation of color #F8C514: hue angle of 46.58º 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 #F8C514 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 20 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.03 |
| HSL | 46.58º | 0.94% | 0.53% | - |
| HSV(B) | 46.58º | 0.92% | 0.97% | - |
| XYZ | 58.8 | 59.94 | 9.13 | - |
| YUV | 192.07 | 30.9 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 20 | 0 | 0.21 | 0.92 | 0.03 | 46.58 | 0.94 | 0.53 |
| Hex | F8 | C5 | 14 | 0 | 15 | 5C | 3 | 2F | 5E | 35 |
| Octal | 370 | 305 | 24 | 0 | 25 | 134 | 3 | 57 | 136 | 65 |
| Binary | 11111000 | 11000101 | 10100 | 0 | 10101 | 1011100 | 11 | 101111 | 1011110 | 110101 |
Color Harmonies of #F8C514
Complementary color
Monochromatic Colors of #F8C514
Black with #F8C514
Text Example
Text Example
White with #F8C514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C514; }
p { color: rgb(248,197,20); }
H1.HeaderClassName
{
color: #F8C514;
}
.AnyTagClassName
{
color: #F8C514;
}
</style>
background-color css
<style>
a { background-color: #F8C514; }
a { background-color: rgb(248,197,20); }
div.DivClassName
{
background-color: #F8C514;
}
.BgClassName
{
background-color: #F8C514;
}
</style>
border-color css
<style>
span { border-color: #F8C514; }
span { border-color: rgb(248,197,20); }
td.TdClassName
{
border-color: #F8C514;
}
.TagClassName
{
border-color: #F8C514;
}
</style>