Shades of Moon Yellow #F0C517
Tints of Moon Yellow #F0C517
RGB
CMYK
RGB Variations
Color information
#F0C517 (or 0xF0C517) is known color: Moon Yellow. HEX triplet: F0, C5 and 17. RGB value is (240,197,23). Sum of RGB (Red+Green+Blue) = 240+197+23=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 23 (9.38% from 255 or 5% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C517 is #0F3AE8. Grayscale: #BEBEBE. Windows color (decimal): -998121 or 1558000. OLE color: 1558000.
HSL color Cylindrical-coordinate representation of color #F0C517: hue angle of 48.11º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0C517 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 23 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.06 |
| HSL | 48.11º | 0.88% | 0.52% | - |
| HSV(B) | 48.11º | 0.9% | 0.94% | - |
| XYZ | 56.06 | 58.52 | 9.15 | - |
| YUV | 190.02 | 33.75 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 23 | 0 | 0.18 | 0.90 | 0.06 | 48.11 | 0.88 | 0.52 |
| Hex | F0 | C5 | 17 | 0 | 12 | 5A | 6 | 30 | 58 | 34 |
| Octal | 360 | 305 | 27 | 0 | 22 | 132 | 6 | 60 | 130 | 64 |
| Binary | 11110000 | 11000101 | 10111 | 0 | 10010 | 1011010 | 110 | 110000 | 1011000 | 110100 |
Color Harmonies of #F0C517
Complementary color
Monochromatic Colors of #F0C517
Black with #F0C517
Text Example
Text Example
White with #F0C517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C517; }
p { color: rgb(240,197,23); }
H1.HeaderClassName
{
color: #F0C517;
}
.AnyTagClassName
{
color: #F0C517;
}
</style>
background-color css
<style>
a { background-color: #F0C517; }
a { background-color: rgb(240,197,23); }
div.DivClassName
{
background-color: #F0C517;
}
.BgClassName
{
background-color: #F0C517;
}
</style>
border-color css
<style>
span { border-color: #F0C517; }
span { border-color: rgb(240,197,23); }
td.TdClassName
{
border-color: #F0C517;
}
.TagClassName
{
border-color: #F0C517;
}
</style>