Shades of Moon Yellow #F0C210
Tints of Moon Yellow #F0C210
RGB
CMYK
RGB Variations
Color information
#F0C210 (or 0xF0C210) is known color: Moon Yellow. HEX triplet: F0, C2 and 10. RGB value is (240,194,16). Sum of RGB (Red+Green+Blue) = 240+194+16=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C210 is #0F3DEF. Grayscale: #BCBCBC. Windows color (decimal): -998896 or 1098480. OLE color: 1098480.
HSL color Cylindrical-coordinate representation of color #F0C210: hue angle of 47.68º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0C210 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 16 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.06 |
| HSL | 47.68º | 0.88% | 0.5% | - |
| HSV(B) | 47.68º | 0.93% | 0.94% | - |
| XYZ | 55.32 | 57.15 | 8.6 | - |
| YUV | 187.46 | 31.24 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 16 | 0 | 0.19 | 0.93 | 0.06 | 47.68 | 0.88 | 0.5 |
| Hex | F0 | C2 | 10 | 0 | 13 | 5D | 6 | 30 | 58 | 32 |
| Octal | 360 | 302 | 20 | 0 | 23 | 135 | 6 | 60 | 130 | 62 |
| Binary | 11110000 | 11000010 | 10000 | 0 | 10011 | 1011101 | 110 | 110000 | 1011000 | 110010 |
Color Harmonies of #F0C210
Complementary color
Monochromatic Colors of #F0C210
Black with #F0C210
Text Example
Text Example
White with #F0C210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C210; }
p { color: rgb(240,194,16); }
H1.HeaderClassName
{
color: #F0C210;
}
.AnyTagClassName
{
color: #F0C210;
}
</style>
background-color css
<style>
a { background-color: #F0C210; }
a { background-color: rgb(240,194,16); }
div.DivClassName
{
background-color: #F0C210;
}
.BgClassName
{
background-color: #F0C210;
}
</style>
border-color css
<style>
span { border-color: #F0C210; }
span { border-color: rgb(240,194,16); }
td.TdClassName
{
border-color: #F0C210;
}
.TagClassName
{
border-color: #F0C210;
}
</style>