Shades of Moon Yellow #F0C117
Tints of Moon Yellow #F0C117
RGB
CMYK
RGB Variations
Color information
#F0C117 (or 0xF0C117) is known color: Moon Yellow. HEX triplet: F0, C1 and 17. RGB value is (240,193,23). Sum of RGB (Red+Green+Blue) = 240+193+23=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 23 (9.38% from 255 or 5.04% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C117 is #0F3EE8. Grayscale: #BCBCBC. Windows color (decimal): -999145 or 1556976. OLE color: 1556976.
HSL color Cylindrical-coordinate representation of color #F0C117: hue angle of 47º 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 #F0C117 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 23 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.06 |
| HSL | 47º | 0.88% | 0.52% | - |
| HSV(B) | 47º | 0.9% | 0.94% | - |
| XYZ | 55.16 | 56.73 | 8.85 | - |
| YUV | 187.67 | 35.07 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 23 | 0 | 0.20 | 0.90 | 0.06 | 47 | 0.88 | 0.52 |
| Hex | F0 | C1 | 17 | 0 | 14 | 5A | 6 | 2F | 58 | 34 |
| Octal | 360 | 301 | 27 | 0 | 24 | 132 | 6 | 57 | 130 | 64 |
| Binary | 11110000 | 11000001 | 10111 | 0 | 10100 | 1011010 | 110 | 101111 | 1011000 | 110100 |
Color Harmonies of #F0C117
Complementary color
Monochromatic Colors of #F0C117
Black with #F0C117
Text Example
Text Example
White with #F0C117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C117; }
p { color: rgb(240,193,23); }
H1.HeaderClassName
{
color: #F0C117;
}
.AnyTagClassName
{
color: #F0C117;
}
</style>
background-color css
<style>
a { background-color: #F0C117; }
a { background-color: rgb(240,193,23); }
div.DivClassName
{
background-color: #F0C117;
}
.BgClassName
{
background-color: #F0C117;
}
</style>
border-color css
<style>
span { border-color: #F0C117; }
span { border-color: rgb(240,193,23); }
td.TdClassName
{
border-color: #F0C117;
}
.TagClassName
{
border-color: #F0C117;
}
</style>