Shades of Moon Yellow #FDC517
Tints of Moon Yellow #FDC517
RGB
CMYK
RGB Variations
Color information
#FDC517 (or 0xFDC517) is known color: Moon Yellow. HEX triplet: FD, C5 and 17. RGB value is (253,197,23). Sum of RGB (Red+Green+Blue) = 253+197+23=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 23 (9.38% from 255 or 4.86% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC517 is #023AE8. Grayscale: #C2C2C2. Windows color (decimal): -146153 or 1558013. OLE color: 1558013.
HSL color Cylindrical-coordinate representation of color #FDC517: hue angle of 45.39º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDC517 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 23 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.01 |
| HSL | 45.39º | 0.98% | 0.54% | - |
| HSV(B) | 45.39º | 0.91% | 0.99% | - |
| XYZ | 60.63 | 60.88 | 9.37 | - |
| YUV | 193.91 | 31.55 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 23 | 0 | 0.22 | 0.91 | 0.01 | 45.39 | 0.98 | 0.54 |
| Hex | FD | C5 | 17 | 0 | 16 | 5B | 1 | 2D | 62 | 36 |
| Octal | 375 | 305 | 27 | 0 | 26 | 133 | 1 | 55 | 142 | 66 |
| Binary | 11111101 | 11000101 | 10111 | 0 | 10110 | 1011011 | 1 | 101101 | 1100010 | 110110 |
Color Harmonies of #FDC517
Complementary color
Monochromatic Colors of #FDC517
Black with #FDC517
Text Example
Text Example
White with #FDC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC517; }
p { color: rgb(253,197,23); }
H1.HeaderClassName
{
color: #FDC517;
}
.AnyTagClassName
{
color: #FDC517;
}
</style>
background-color css
<style>
a { background-color: #FDC517; }
a { background-color: rgb(253,197,23); }
div.DivClassName
{
background-color: #FDC517;
}
.BgClassName
{
background-color: #FDC517;
}
</style>
border-color css
<style>
span { border-color: #FDC517; }
span { border-color: rgb(253,197,23); }
td.TdClassName
{
border-color: #FDC517;
}
.TagClassName
{
border-color: #FDC517;
}
</style>