Shades of Moon Yellow #F0C81A
Tints of Moon Yellow #F0C81A
RGB
CMYK
RGB Variations
Color information
#F0C81A (or 0xF0C81A) is known color: Moon Yellow. HEX triplet: F0, C8 and 1A. RGB value is (240,200,26). Sum of RGB (Red+Green+Blue) = 240+200+26=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 26 (10.55% from 255 or 5.58% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C81A is #0F37E5. Grayscale: #C0C0C0. Windows color (decimal): -997350 or 1755376. OLE color: 1755376.
HSL color Cylindrical-coordinate representation of color #F0C81A: hue angle of 48.79º 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 #F0C81A is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 26 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.06 |
| HSL | 48.79º | 0.88% | 0.52% | - |
| HSV(B) | 48.79º | 0.89% | 0.94% | - |
| XYZ | 56.78 | 59.91 | 9.55 | - |
| YUV | 192.12 | 34.25 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 26 | 0 | 0.17 | 0.89 | 0.06 | 48.79 | 0.88 | 0.52 |
| Hex | F0 | C8 | 1A | 0 | 11 | 59 | 6 | 31 | 58 | 34 |
| Octal | 360 | 310 | 32 | 0 | 21 | 131 | 6 | 61 | 130 | 64 |
| Binary | 11110000 | 11001000 | 11010 | 0 | 10001 | 1011001 | 110 | 110001 | 1011000 | 110100 |
Color Harmonies of #F0C81A
Complementary color
Monochromatic Colors of #F0C81A
Black with #F0C81A
Text Example
Text Example
White with #F0C81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C81A; }
p { color: rgb(240,200,26); }
H1.HeaderClassName
{
color: #F0C81A;
}
.AnyTagClassName
{
color: #F0C81A;
}
</style>
background-color css
<style>
a { background-color: #F0C81A; }
a { background-color: rgb(240,200,26); }
div.DivClassName
{
background-color: #F0C81A;
}
.BgClassName
{
background-color: #F0C81A;
}
</style>
border-color css
<style>
span { border-color: #F0C81A; }
span { border-color: rgb(240,200,26); }
td.TdClassName
{
border-color: #F0C81A;
}
.TagClassName
{
border-color: #F0C81A;
}
</style>