Shades of Moon Yellow #FDC415
Tints of Moon Yellow #FDC415
RGB
CMYK
RGB Variations
Color information
#FDC415 (or 0xFDC415) is known color: Moon Yellow. HEX triplet: FD, C4 and 15. RGB value is (253,196,21). Sum of RGB (Red+Green+Blue) = 253+196+21=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC415 is #023BEA. Grayscale: #C1C1C1. Windows color (decimal): -146411 or 1426685. OLE color: 1426685.
HSL color Cylindrical-coordinate representation of color #FDC415: hue angle of 45.26º 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 #FDC415 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 21 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.01 |
| HSL | 45.26º | 0.98% | 0.54% | - |
| HSV(B) | 45.26º | 0.92% | 0.99% | - |
| XYZ | 60.38 | 60.42 | 9.19 | - |
| YUV | 193.09 | 30.88 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 21 | 0 | 0.23 | 0.92 | 0.01 | 45.26 | 0.98 | 0.54 |
| Hex | FD | C4 | 15 | 0 | 17 | 5C | 1 | 2D | 62 | 36 |
| Octal | 375 | 304 | 25 | 0 | 27 | 134 | 1 | 55 | 142 | 66 |
| Binary | 11111101 | 11000100 | 10101 | 0 | 10111 | 1011100 | 1 | 101101 | 1100010 | 110110 |
Color Harmonies of #FDC415
Complementary color
Monochromatic Colors of #FDC415
Black with #FDC415
Text Example
Text Example
White with #FDC415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC415; }
p { color: rgb(253,196,21); }
H1.HeaderClassName
{
color: #FDC415;
}
.AnyTagClassName
{
color: #FDC415;
}
</style>
background-color css
<style>
a { background-color: #FDC415; }
a { background-color: rgb(253,196,21); }
div.DivClassName
{
background-color: #FDC415;
}
.BgClassName
{
background-color: #FDC415;
}
</style>
border-color css
<style>
span { border-color: #FDC415; }
span { border-color: rgb(253,196,21); }
td.TdClassName
{
border-color: #FDC415;
}
.TagClassName
{
border-color: #FDC415;
}
</style>