Shades of Moon Yellow #F0CD13
Tints of Moon Yellow #F0CD13
RGB
CMYK
RGB Variations
Color information
#F0CD13 (or 0xF0CD13) is known color: Moon Yellow. HEX triplet: F0, CD and 13. RGB value is (240,205,19). Sum of RGB (Red+Green+Blue) = 240+205+19=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 19 (7.81% from 255 or 4.09% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CD13 is #0F32EC. Grayscale: #C3C3C3. Windows color (decimal): -996077 or 1297904. OLE color: 1297904.
HSL color Cylindrical-coordinate representation of color #F0CD13: hue angle of 50.5º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0CD13 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 19 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.06 |
| HSL | 50.5º | 0.88% | 0.51% | - |
| HSV(B) | 50.5º | 0.92% | 0.94% | - |
| XYZ | 57.88 | 62.23 | 9.58 | - |
| YUV | 194.26 | 29.1 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 19 | 0 | 0.15 | 0.92 | 0.06 | 50.5 | 0.88 | 0.51 |
| Hex | F0 | CD | 13 | 0 | F | 5C | 6 | 32 | 58 | 33 |
| Octal | 360 | 315 | 23 | 0 | 17 | 134 | 6 | 62 | 130 | 63 |
| Binary | 11110000 | 11001101 | 10011 | 0 | 1111 | 1011100 | 110 | 110010 | 1011000 | 110011 |
Color Harmonies of #F0CD13
Complementary color
Monochromatic Colors of #F0CD13
Black with #F0CD13
Text Example
Text Example
White with #F0CD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CD13; }
p { color: rgb(240,205,19); }
H1.HeaderClassName
{
color: #F0CD13;
}
.AnyTagClassName
{
color: #F0CD13;
}
</style>
background-color css
<style>
a { background-color: #F0CD13; }
a { background-color: rgb(240,205,19); }
div.DivClassName
{
background-color: #F0CD13;
}
.BgClassName
{
background-color: #F0CD13;
}
</style>
border-color css
<style>
span { border-color: #F0CD13; }
span { border-color: rgb(240,205,19); }
td.TdClassName
{
border-color: #F0CD13;
}
.TagClassName
{
border-color: #F0CD13;
}
</style>