Shades of Moon Yellow #F0CA1B
Tints of Moon Yellow #F0CA1B
RGB
CMYK
RGB Variations
Color information
#F0CA1B (or 0xF0CA1B) is known color: Moon Yellow. HEX triplet: F0, CA and 1B. RGB value is (240,202,27). Sum of RGB (Red+Green+Blue) = 240+202+27=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 27 (10.94% from 255 or 5.76% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CA1B is #0F35E4. Grayscale: #C2C2C2. Windows color (decimal): -996837 or 1821424. OLE color: 1821424.
HSL color Cylindrical-coordinate representation of color #F0CA1B: hue angle of 49.3º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0CA1B is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 27 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.06 |
| HSL | 49.3º | 0.88% | 0.52% | - |
| HSV(B) | 49.3º | 0.89% | 0.94% | - |
| XYZ | 57.25 | 60.85 | 9.76 | - |
| YUV | 193.41 | 34.09 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 27 | 0 | 0.16 | 0.89 | 0.06 | 49.3 | 0.88 | 0.52 |
| Hex | F0 | CA | 1B | 0 | 10 | 59 | 6 | 31 | 58 | 34 |
| Octal | 360 | 312 | 33 | 0 | 20 | 131 | 6 | 61 | 130 | 64 |
| Binary | 11110000 | 11001010 | 11011 | 0 | 10000 | 1011001 | 110 | 110001 | 1011000 | 110100 |
Color Harmonies of #F0CA1B
Complementary color
Monochromatic Colors of #F0CA1B
Black with #F0CA1B
Text Example
Text Example
White with #F0CA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CA1B; }
p { color: rgb(240,202,27); }
H1.HeaderClassName
{
color: #F0CA1B;
}
.AnyTagClassName
{
color: #F0CA1B;
}
</style>
background-color css
<style>
a { background-color: #F0CA1B; }
a { background-color: rgb(240,202,27); }
div.DivClassName
{
background-color: #F0CA1B;
}
.BgClassName
{
background-color: #F0CA1B;
}
</style>
border-color css
<style>
span { border-color: #F0CA1B; }
span { border-color: rgb(240,202,27); }
td.TdClassName
{
border-color: #F0CA1B;
}
.TagClassName
{
border-color: #F0CA1B;
}
</style>