Shades of Moon Yellow #F0C310
Tints of Moon Yellow #F0C310
RGB
CMYK
RGB Variations
Color information
#F0C310 (or 0xF0C310) is known color: Moon Yellow. HEX triplet: F0, C3 and 10. RGB value is (240,195,16). Sum of RGB (Red+Green+Blue) = 240+195+16=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C310 is #0F3CEF. Grayscale: #BCBCBC. Windows color (decimal): -998640 or 1098736. OLE color: 1098736.
HSL color Cylindrical-coordinate representation of color #F0C310: hue angle of 47.95º 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 #F0C310 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 16 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.06 |
| HSL | 47.95º | 0.88% | 0.5% | - |
| HSV(B) | 47.95º | 0.93% | 0.94% | - |
| XYZ | 55.54 | 57.59 | 8.68 | - |
| YUV | 188.05 | 30.91 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 16 | 0 | 0.19 | 0.93 | 0.06 | 47.95 | 0.88 | 0.5 |
| Hex | F0 | C3 | 10 | 0 | 13 | 5D | 6 | 30 | 58 | 32 |
| Octal | 360 | 303 | 20 | 0 | 23 | 135 | 6 | 60 | 130 | 62 |
| Binary | 11110000 | 11000011 | 10000 | 0 | 10011 | 1011101 | 110 | 110000 | 1011000 | 110010 |
Color Harmonies of #F0C310
Complementary color
Monochromatic Colors of #F0C310
Black with #F0C310
Text Example
Text Example
White with #F0C310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C310; }
p { color: rgb(240,195,16); }
H1.HeaderClassName
{
color: #F0C310;
}
.AnyTagClassName
{
color: #F0C310;
}
</style>
background-color css
<style>
a { background-color: #F0C310; }
a { background-color: rgb(240,195,16); }
div.DivClassName
{
background-color: #F0C310;
}
.BgClassName
{
background-color: #F0C310;
}
</style>
border-color css
<style>
span { border-color: #F0C310; }
span { border-color: rgb(240,195,16); }
td.TdClassName
{
border-color: #F0C310;
}
.TagClassName
{
border-color: #F0C310;
}
</style>