Shades of Moon Yellow #FDC518
Tints of Moon Yellow #FDC518
RGB
CMYK
RGB Variations
Color information
#FDC518 (or 0xFDC518) is known color: Moon Yellow. HEX triplet: FD, C5 and 18. RGB value is (253,197,24). Sum of RGB (Red+Green+Blue) = 253+197+24=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 24 (9.77% from 255 or 5.06% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC518 is #023AE7. Grayscale: #C2C2C2. Windows color (decimal): -146152 or 1623549. OLE color: 1623549.
HSL color Cylindrical-coordinate representation of color #FDC518: hue angle of 45.33º 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 #FDC518 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 24 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.01 |
| HSL | 45.33º | 0.98% | 0.54% | - |
| HSV(B) | 45.33º | 0.91% | 0.99% | - |
| XYZ | 60.64 | 60.88 | 9.42 | - |
| YUV | 194.02 | 32.05 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 24 | 0 | 0.22 | 0.91 | 0.01 | 45.33 | 0.98 | 0.54 |
| Hex | FD | C5 | 18 | 0 | 16 | 5B | 1 | 2D | 62 | 36 |
| Octal | 375 | 305 | 30 | 0 | 26 | 133 | 1 | 55 | 142 | 66 |
| Binary | 11111101 | 11000101 | 11000 | 0 | 10110 | 1011011 | 1 | 101101 | 1100010 | 110110 |
Color Harmonies of #FDC518
Complementary color
Monochromatic Colors of #FDC518
Black with #FDC518
Text Example
Text Example
White with #FDC518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC518; }
p { color: rgb(253,197,24); }
H1.HeaderClassName
{
color: #FDC518;
}
.AnyTagClassName
{
color: #FDC518;
}
</style>
background-color css
<style>
a { background-color: #FDC518; }
a { background-color: rgb(253,197,24); }
div.DivClassName
{
background-color: #FDC518;
}
.BgClassName
{
background-color: #FDC518;
}
</style>
border-color css
<style>
span { border-color: #FDC518; }
span { border-color: rgb(253,197,24); }
td.TdClassName
{
border-color: #FDC518;
}
.TagClassName
{
border-color: #FDC518;
}
</style>