Shades of Moon Yellow #F0CD16
Tints of Moon Yellow #F0CD16
RGB
CMYK
RGB Variations
Color information
#F0CD16 (or 0xF0CD16) is known color: Moon Yellow. HEX triplet: F0, CD and 16. RGB value is (240,205,22). Sum of RGB (Red+Green+Blue) = 240+205+22=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 22 (8.98% from 255 or 4.71% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CD16 is #0F32E9. Grayscale: #C3C3C3. Windows color (decimal): -996074 or 1494512. OLE color: 1494512.
HSL color Cylindrical-coordinate representation of color #F0CD16: hue angle of 50.37º 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 #F0CD16 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 22 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.06 |
| HSL | 50.37º | 0.88% | 0.51% | - |
| HSV(B) | 50.37º | 0.91% | 0.94% | - |
| XYZ | 57.91 | 62.25 | 9.72 | - |
| YUV | 194.6 | 30.6 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 22 | 0 | 0.15 | 0.91 | 0.06 | 50.37 | 0.88 | 0.51 |
| Hex | F0 | CD | 16 | 0 | F | 5B | 6 | 32 | 58 | 33 |
| Octal | 360 | 315 | 26 | 0 | 17 | 133 | 6 | 62 | 130 | 63 |
| Binary | 11110000 | 11001101 | 10110 | 0 | 1111 | 1011011 | 110 | 110010 | 1011000 | 110011 |
Color Harmonies of #F0CD16
Complementary color
Monochromatic Colors of #F0CD16
Black with #F0CD16
Text Example
Text Example
White with #F0CD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CD16; }
p { color: rgb(240,205,22); }
H1.HeaderClassName
{
color: #F0CD16;
}
.AnyTagClassName
{
color: #F0CD16;
}
</style>
background-color css
<style>
a { background-color: #F0CD16; }
a { background-color: rgb(240,205,22); }
div.DivClassName
{
background-color: #F0CD16;
}
.BgClassName
{
background-color: #F0CD16;
}
</style>
border-color css
<style>
span { border-color: #F0CD16; }
span { border-color: rgb(240,205,22); }
td.TdClassName
{
border-color: #F0CD16;
}
.TagClassName
{
border-color: #F0CD16;
}
</style>