Shades of Moon Yellow #F0C21C
Tints of Moon Yellow #F0C21C
RGB
CMYK
RGB Variations
Color information
#F0C21C (or 0xF0C21C) is known color: Moon Yellow. HEX triplet: F0, C2 and 1C. RGB value is (240,194,28). Sum of RGB (Red+Green+Blue) = 240+194+28=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 28 (11.33% from 255 or 6.06% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C21C is #0F3DE3. Grayscale: #BDBDBD. Windows color (decimal): -998884 or 1884912. OLE color: 1884912.
HSL color Cylindrical-coordinate representation of color #F0C21C: hue angle of 46.98º 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 #F0C21C is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 28 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.06 |
| HSL | 46.98º | 0.88% | 0.53% | - |
| HSV(B) | 46.98º | 0.88% | 0.94% | - |
| XYZ | 55.44 | 57.19 | 9.22 | - |
| YUV | 188.83 | 37.24 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 28 | 0 | 0.19 | 0.88 | 0.06 | 46.98 | 0.88 | 0.53 |
| Hex | F0 | C2 | 1C | 0 | 13 | 58 | 6 | 2F | 58 | 35 |
| Octal | 360 | 302 | 34 | 0 | 23 | 130 | 6 | 57 | 130 | 65 |
| Binary | 11110000 | 11000010 | 11100 | 0 | 10011 | 1011000 | 110 | 101111 | 1011000 | 110101 |
Color Harmonies of #F0C21C
Complementary color
Monochromatic Colors of #F0C21C
Black with #F0C21C
Text Example
Text Example
White with #F0C21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C21C; }
p { color: rgb(240,194,28); }
H1.HeaderClassName
{
color: #F0C21C;
}
.AnyTagClassName
{
color: #F0C21C;
}
</style>
background-color css
<style>
a { background-color: #F0C21C; }
a { background-color: rgb(240,194,28); }
div.DivClassName
{
background-color: #F0C21C;
}
.BgClassName
{
background-color: #F0C21C;
}
</style>
border-color css
<style>
span { border-color: #F0C21C; }
span { border-color: rgb(240,194,28); }
td.TdClassName
{
border-color: #F0C21C;
}
.TagClassName
{
border-color: #F0C21C;
}
</style>