Shades of Moon Yellow #F5C510
Tints of Moon Yellow #F5C510
RGB
CMYK
RGB Variations
Color information
#F5C510 (or 0xF5C510) is known color: Moon Yellow. HEX triplet: F5, C5 and 10. RGB value is (245,197,16). Sum of RGB (Red+Green+Blue) = 245+197+16=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 16 (6.64% from 255 or 3.49% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C510 is #0A3AEF. Grayscale: #BFBFBF. Windows color (decimal): -670448 or 1099253. OLE color: 1099253.
HSL color Cylindrical-coordinate representation of color #F5C510: hue angle of 47.42º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5C510 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 197 | 16 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.04 |
| HSL | 47.42º | 0.92% | 0.51% | - |
| HSV(B) | 47.42º | 0.93% | 0.96% | - |
| XYZ | 57.72 | 59.38 | 8.91 | - |
| YUV | 190.72 | 29.4 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 197 | 16 | 0 | 0.20 | 0.93 | 0.04 | 47.42 | 0.92 | 0.51 |
| Hex | F5 | C5 | 10 | 0 | 14 | 5D | 4 | 2F | 5C | 33 |
| Octal | 365 | 305 | 20 | 0 | 24 | 135 | 4 | 57 | 134 | 63 |
| Binary | 11110101 | 11000101 | 10000 | 0 | 10100 | 1011101 | 100 | 101111 | 1011100 | 110011 |
Color Harmonies of #F5C510
Complementary color
Monochromatic Colors of #F5C510
Black with #F5C510
Text Example
Text Example
White with #F5C510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C510; }
p { color: rgb(245,197,16); }
H1.HeaderClassName
{
color: #F5C510;
}
.AnyTagClassName
{
color: #F5C510;
}
</style>
background-color css
<style>
a { background-color: #F5C510; }
a { background-color: rgb(245,197,16); }
div.DivClassName
{
background-color: #F5C510;
}
.BgClassName
{
background-color: #F5C510;
}
</style>
border-color css
<style>
span { border-color: #F5C510; }
span { border-color: rgb(245,197,16); }
td.TdClassName
{
border-color: #F5C510;
}
.TagClassName
{
border-color: #F5C510;
}
</style>