Shades of Moon Yellow #F0CD0F
Tints of Moon Yellow #F0CD0F
RGB
CMYK
RGB Variations
Color information
#F0CD0F (or 0xF0CD0F) is known color: Moon Yellow. HEX triplet: F0, CD and 0F. RGB value is (240,205,15). Sum of RGB (Red+Green+Blue) = 240+205+15=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CD0F is #0F32F0. Grayscale: #C2C2C2. Windows color (decimal): -996081 or 1035760. OLE color: 1035760.
HSL color Cylindrical-coordinate representation of color #F0CD0F: hue angle of 50.67º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0CD0F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 15 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.06 |
| HSL | 50.67º | 0.88% | 0.5% | - |
| HSV(B) | 50.67º | 0.94% | 0.94% | - |
| XYZ | 57.85 | 62.22 | 9.41 | - |
| YUV | 193.81 | 27.1 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 15 | 0 | 0.15 | 0.94 | 0.06 | 50.67 | 0.88 | 0.5 |
| Hex | F0 | CD | F | 0 | F | 5E | 6 | 33 | 58 | 32 |
| Octal | 360 | 315 | 17 | 0 | 17 | 136 | 6 | 63 | 130 | 62 |
| Binary | 11110000 | 11001101 | 1111 | 0 | 1111 | 1011110 | 110 | 110011 | 1011000 | 110010 |
Color Harmonies of #F0CD0F
Complementary color
Monochromatic Colors of #F0CD0F
Black with #F0CD0F
Text Example
Text Example
White with #F0CD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CD0F; }
p { color: rgb(240,205,15); }
H1.HeaderClassName
{
color: #F0CD0F;
}
.AnyTagClassName
{
color: #F0CD0F;
}
</style>
background-color css
<style>
a { background-color: #F0CD0F; }
a { background-color: rgb(240,205,15); }
div.DivClassName
{
background-color: #F0CD0F;
}
.BgClassName
{
background-color: #F0CD0F;
}
</style>
border-color css
<style>
span { border-color: #F0CD0F; }
span { border-color: rgb(240,205,15); }
td.TdClassName
{
border-color: #F0CD0F;
}
.TagClassName
{
border-color: #F0CD0F;
}
</style>