Shades of Moon Yellow #FDC217
Tints of Moon Yellow #FDC217
RGB
CMYK
RGB Variations
Color information
#FDC217 (or 0xFDC217) is known color: Moon Yellow. HEX triplet: FD, C2 and 17. RGB value is (253,194,23). Sum of RGB (Red+Green+Blue) = 253+194+23=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 23 (9.38% from 255 or 4.89% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC217 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC217 is #023DE8. Grayscale: #C0C0C0. Windows color (decimal): -146921 or 1557245. OLE color: 1557245.
HSL color Cylindrical-coordinate representation of color #FDC217: hue angle of 44.61º 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 #FDC217 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 23 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.01 |
| HSL | 44.61º | 0.98% | 0.54% | - |
| HSV(B) | 44.61º | 0.91% | 0.99% | - |
| XYZ | 59.95 | 59.53 | 9.14 | - |
| YUV | 192.15 | 32.55 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 23 | 0 | 0.23 | 0.91 | 0.01 | 44.61 | 0.98 | 0.54 |
| Hex | FD | C2 | 17 | 0 | 17 | 5B | 1 | 2D | 62 | 36 |
| Octal | 375 | 302 | 27 | 0 | 27 | 133 | 1 | 55 | 142 | 66 |
| Binary | 11111101 | 11000010 | 10111 | 0 | 10111 | 1011011 | 1 | 101101 | 1100010 | 110110 |
Color Harmonies of #FDC217
Complementary color
Monochromatic Colors of #FDC217
Black with #FDC217
Text Example
Text Example
White with #FDC217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC217; }
p { color: rgb(253,194,23); }
H1.HeaderClassName
{
color: #FDC217;
}
.AnyTagClassName
{
color: #FDC217;
}
</style>
background-color css
<style>
a { background-color: #FDC217; }
a { background-color: rgb(253,194,23); }
div.DivClassName
{
background-color: #FDC217;
}
.BgClassName
{
background-color: #FDC217;
}
</style>
border-color css
<style>
span { border-color: #FDC217; }
span { border-color: rgb(253,194,23); }
td.TdClassName
{
border-color: #FDC217;
}
.TagClassName
{
border-color: #FDC217;
}
</style>