Shades of Moon Yellow #F0CA1D
Tints of Moon Yellow #F0CA1D
RGB
CMYK
RGB Variations
Color information
#F0CA1D (or 0xF0CA1D) is known color: Moon Yellow. HEX triplet: F0, CA and 1D. RGB value is (240,202,29). Sum of RGB (Red+Green+Blue) = 240+202+29=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 29 (11.72% from 255 or 6.16% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CA1D is #0F35E2. Grayscale: #C2C2C2. Windows color (decimal): -996835 or 1952496. OLE color: 1952496.
HSL color Cylindrical-coordinate representation of color #F0CA1D: hue angle of 49.19º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0CA1D is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 29 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.06 |
| HSL | 49.19º | 0.88% | 0.53% | - |
| HSV(B) | 49.19º | 0.88% | 0.94% | - |
| XYZ | 57.28 | 60.86 | 9.89 | - |
| YUV | 193.64 | 35.09 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 29 | 0 | 0.16 | 0.88 | 0.06 | 49.19 | 0.88 | 0.53 |
| Hex | F0 | CA | 1D | 0 | 10 | 58 | 6 | 31 | 58 | 35 |
| Octal | 360 | 312 | 35 | 0 | 20 | 130 | 6 | 61 | 130 | 65 |
| Binary | 11110000 | 11001010 | 11101 | 0 | 10000 | 1011000 | 110 | 110001 | 1011000 | 110101 |
Color Harmonies of #F0CA1D
Complementary color
Monochromatic Colors of #F0CA1D
Black with #F0CA1D
Text Example
Text Example
White with #F0CA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CA1D; }
p { color: rgb(240,202,29); }
H1.HeaderClassName
{
color: #F0CA1D;
}
.AnyTagClassName
{
color: #F0CA1D;
}
</style>
background-color css
<style>
a { background-color: #F0CA1D; }
a { background-color: rgb(240,202,29); }
div.DivClassName
{
background-color: #F0CA1D;
}
.BgClassName
{
background-color: #F0CA1D;
}
</style>
border-color css
<style>
span { border-color: #F0CA1D; }
span { border-color: rgb(240,202,29); }
td.TdClassName
{
border-color: #F0CA1D;
}
.TagClassName
{
border-color: #F0CA1D;
}
</style>