Shades of Moon Yellow #F0CA15
Tints of Moon Yellow #F0CA15
RGB
CMYK
RGB Variations
Color information
#F0CA15 (or 0xF0CA15) is known color: Moon Yellow. HEX triplet: F0, CA and 15. RGB value is (240,202,21). Sum of RGB (Red+Green+Blue) = 240+202+21=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CA15 is #0F35EA. Grayscale: #C1C1C1. Windows color (decimal): -996843 or 1428208. OLE color: 1428208.
HSL color Cylindrical-coordinate representation of color #F0CA15: hue angle of 49.59º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0CA15 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 21 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.06 |
| HSL | 49.59º | 0.88% | 0.51% | - |
| HSV(B) | 49.59º | 0.91% | 0.94% | - |
| XYZ | 57.19 | 60.82 | 9.43 | - |
| YUV | 192.73 | 31.09 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 21 | 0 | 0.16 | 0.91 | 0.06 | 49.59 | 0.88 | 0.51 |
| Hex | F0 | CA | 15 | 0 | 10 | 5B | 6 | 32 | 58 | 33 |
| Octal | 360 | 312 | 25 | 0 | 20 | 133 | 6 | 62 | 130 | 63 |
| Binary | 11110000 | 11001010 | 10101 | 0 | 10000 | 1011011 | 110 | 110010 | 1011000 | 110011 |
Color Harmonies of #F0CA15
Complementary color
Monochromatic Colors of #F0CA15
Black with #F0CA15
Text Example
Text Example
White with #F0CA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CA15; }
p { color: rgb(240,202,21); }
H1.HeaderClassName
{
color: #F0CA15;
}
.AnyTagClassName
{
color: #F0CA15;
}
</style>
background-color css
<style>
a { background-color: #F0CA15; }
a { background-color: rgb(240,202,21); }
div.DivClassName
{
background-color: #F0CA15;
}
.BgClassName
{
background-color: #F0CA15;
}
</style>
border-color css
<style>
span { border-color: #F0CA15; }
span { border-color: rgb(240,202,21); }
td.TdClassName
{
border-color: #F0CA15;
}
.TagClassName
{
border-color: #F0CA15;
}
</style>