Shades of Moon Yellow #FDC215
Tints of Moon Yellow #FDC215
RGB
CMYK
RGB Variations
Color information
#FDC215 (or 0xFDC215) is known color: Moon Yellow. HEX triplet: FD, C2 and 15. RGB value is (253,194,21). Sum of RGB (Red+Green+Blue) = 253+194+21=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 21 (8.59% from 255 or 4.49% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC215 is #023DEA. Grayscale: #C0C0C0. Windows color (decimal): -146923 or 1426173. OLE color: 1426173.
HSL color Cylindrical-coordinate representation of color #FDC215: hue angle of 44.74º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDC215 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 21 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.01 |
| HSL | 44.74º | 0.98% | 0.54% | - |
| HSV(B) | 44.74º | 0.92% | 0.99% | - |
| XYZ | 59.94 | 59.52 | 9.04 | - |
| YUV | 191.92 | 31.55 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 21 | 0 | 0.23 | 0.92 | 0.01 | 44.74 | 0.98 | 0.54 |
| Hex | FD | C2 | 15 | 0 | 17 | 5C | 1 | 2D | 62 | 36 |
| Octal | 375 | 302 | 25 | 0 | 27 | 134 | 1 | 55 | 142 | 66 |
| Binary | 11111101 | 11000010 | 10101 | 0 | 10111 | 1011100 | 1 | 101101 | 1100010 | 110110 |
Color Harmonies of #FDC215
Complementary color
Monochromatic Colors of #FDC215
Black with #FDC215
Text Example
Text Example
White with #FDC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC215; }
p { color: rgb(253,194,21); }
H1.HeaderClassName
{
color: #FDC215;
}
.AnyTagClassName
{
color: #FDC215;
}
</style>
background-color css
<style>
a { background-color: #FDC215; }
a { background-color: rgb(253,194,21); }
div.DivClassName
{
background-color: #FDC215;
}
.BgClassName
{
background-color: #FDC215;
}
</style>
border-color css
<style>
span { border-color: #FDC215; }
span { border-color: rgb(253,194,21); }
td.TdClassName
{
border-color: #FDC215;
}
.TagClassName
{
border-color: #FDC215;
}
</style>