Shades of Moon Yellow #F0CA13
Tints of Moon Yellow #F0CA13
RGB
CMYK
RGB Variations
Color information
#F0CA13 (or 0xF0CA13) is known color: Moon Yellow. HEX triplet: F0, CA and 13. RGB value is (240,202,19). Sum of RGB (Red+Green+Blue) = 240+202+19=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 19 (7.81% from 255 or 4.12% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CA13 is #0F35EC. Grayscale: #C1C1C1. Windows color (decimal): -996845 or 1297136. OLE color: 1297136.
HSL color Cylindrical-coordinate representation of color #F0CA13: hue angle of 49.68º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0CA13 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 19 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.06 |
| HSL | 49.68º | 0.88% | 0.51% | - |
| HSV(B) | 49.68º | 0.92% | 0.94% | - |
| XYZ | 57.17 | 60.81 | 9.34 | - |
| YUV | 192.5 | 30.09 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 19 | 0 | 0.16 | 0.92 | 0.06 | 49.68 | 0.88 | 0.51 |
| Hex | F0 | CA | 13 | 0 | 10 | 5C | 6 | 32 | 58 | 33 |
| Octal | 360 | 312 | 23 | 0 | 20 | 134 | 6 | 62 | 130 | 63 |
| Binary | 11110000 | 11001010 | 10011 | 0 | 10000 | 1011100 | 110 | 110010 | 1011000 | 110011 |
Color Harmonies of #F0CA13
Complementary color
Monochromatic Colors of #F0CA13
Black with #F0CA13
Text Example
Text Example
White with #F0CA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CA13; }
p { color: rgb(240,202,19); }
H1.HeaderClassName
{
color: #F0CA13;
}
.AnyTagClassName
{
color: #F0CA13;
}
</style>
background-color css
<style>
a { background-color: #F0CA13; }
a { background-color: rgb(240,202,19); }
div.DivClassName
{
background-color: #F0CA13;
}
.BgClassName
{
background-color: #F0CA13;
}
</style>
border-color css
<style>
span { border-color: #F0CA13; }
span { border-color: rgb(240,202,19); }
td.TdClassName
{
border-color: #F0CA13;
}
.TagClassName
{
border-color: #F0CA13;
}
</style>