Shades of Moon Yellow #F0CC15
Tints of Moon Yellow #F0CC15
RGB
CMYK
RGB Variations
Color information
#F0CC15 (or 0xF0CC15) is known color: Moon Yellow. HEX triplet: F0, CC and 15. RGB value is (240,204,21). Sum of RGB (Red+Green+Blue) = 240+204+21=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CC15 is #0F33EA. Grayscale: #C2C2C2. Windows color (decimal): -996331 or 1428720. OLE color: 1428720.
HSL color Cylindrical-coordinate representation of color #F0CC15: hue angle of 50.14º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0CC15 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 21 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.06 |
| HSL | 50.14º | 0.88% | 0.51% | - |
| HSV(B) | 50.14º | 0.91% | 0.94% | - |
| XYZ | 57.66 | 61.77 | 9.59 | - |
| YUV | 193.9 | 30.43 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 21 | 0 | 0.15 | 0.91 | 0.06 | 50.14 | 0.88 | 0.51 |
| Hex | F0 | CC | 15 | 0 | F | 5B | 6 | 32 | 58 | 33 |
| Octal | 360 | 314 | 25 | 0 | 17 | 133 | 6 | 62 | 130 | 63 |
| Binary | 11110000 | 11001100 | 10101 | 0 | 1111 | 1011011 | 110 | 110010 | 1011000 | 110011 |
Color Harmonies of #F0CC15
Complementary color
Monochromatic Colors of #F0CC15
Black with #F0CC15
Text Example
Text Example
White with #F0CC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CC15; }
p { color: rgb(240,204,21); }
H1.HeaderClassName
{
color: #F0CC15;
}
.AnyTagClassName
{
color: #F0CC15;
}
</style>
background-color css
<style>
a { background-color: #F0CC15; }
a { background-color: rgb(240,204,21); }
div.DivClassName
{
background-color: #F0CC15;
}
.BgClassName
{
background-color: #F0CC15;
}
</style>
border-color css
<style>
span { border-color: #F0CC15; }
span { border-color: rgb(240,204,21); }
td.TdClassName
{
border-color: #F0CC15;
}
.TagClassName
{
border-color: #F0CC15;
}
</style>