Shades of Moon Yellow #F7C514
Tints of Moon Yellow #F7C514
RGB
CMYK
RGB Variations
Color information
#F7C514 (or 0xF7C514) is known color: Moon Yellow. HEX triplet: F7, C5 and 14. RGB value is (247,197,20). Sum of RGB (Red+Green+Blue) = 247+197+20=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7C514 is #083AEB. Grayscale: #C0C0C0. Windows color (decimal): -539372 or 1361399. OLE color: 1361399.
HSL color Cylindrical-coordinate representation of color #F7C514: hue angle of 46.78º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7C514 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 197 | 20 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.03 |
| HSL | 46.78º | 0.93% | 0.52% | - |
| HSV(B) | 46.78º | 0.92% | 0.97% | - |
| XYZ | 58.45 | 59.76 | 9.12 | - |
| YUV | 191.77 | 31.07 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 197 | 20 | 0 | 0.20 | 0.92 | 0.03 | 46.78 | 0.93 | 0.52 |
| Hex | F7 | C5 | 14 | 0 | 14 | 5C | 3 | 2F | 5D | 34 |
| Octal | 367 | 305 | 24 | 0 | 24 | 134 | 3 | 57 | 135 | 64 |
| Binary | 11110111 | 11000101 | 10100 | 0 | 10100 | 1011100 | 11 | 101111 | 1011101 | 110100 |
Color Harmonies of #F7C514
Complementary color
Monochromatic Colors of #F7C514
Black with #F7C514
Text Example
Text Example
White with #F7C514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C514; }
p { color: rgb(247,197,20); }
H1.HeaderClassName
{
color: #F7C514;
}
.AnyTagClassName
{
color: #F7C514;
}
</style>
background-color css
<style>
a { background-color: #F7C514; }
a { background-color: rgb(247,197,20); }
div.DivClassName
{
background-color: #F7C514;
}
.BgClassName
{
background-color: #F7C514;
}
</style>
border-color css
<style>
span { border-color: #F7C514; }
span { border-color: rgb(247,197,20); }
td.TdClassName
{
border-color: #F7C514;
}
.TagClassName
{
border-color: #F7C514;
}
</style>