Shades of Moon Yellow #FDC01D
Tints of Moon Yellow #FDC01D
RGB
CMYK
RGB Variations
Color information
#FDC01D (or 0xFDC01D) is known color: Moon Yellow. HEX triplet: FD, C0 and 1D. RGB value is (253,192,29). Sum of RGB (Red+Green+Blue) = 253+192+29=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 29 (11.72% from 255 or 6.12% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC01D is #023FE2. Grayscale: #C0C0C0. Windows color (decimal): -147427 or 1949949. OLE color: 1949949.
HSL color Cylindrical-coordinate representation of color #FDC01D: hue angle of 43.66º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDC01D is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 29 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.01 |
| HSL | 43.66º | 0.98% | 0.55% | - |
| HSV(B) | 43.66º | 0.89% | 0.99% | - |
| XYZ | 59.58 | 58.67 | 9.35 | - |
| YUV | 191.66 | 36.21 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 29 | 0 | 0.24 | 0.89 | 0.01 | 43.66 | 0.98 | 0.55 |
| Hex | FD | C0 | 1D | 0 | 18 | 59 | 1 | 2C | 62 | 37 |
| Octal | 375 | 300 | 35 | 0 | 30 | 131 | 1 | 54 | 142 | 67 |
| Binary | 11111101 | 11000000 | 11101 | 0 | 11000 | 1011001 | 1 | 101100 | 1100010 | 110111 |
Color Harmonies of #FDC01D
Complementary color
Monochromatic Colors of #FDC01D
Black with #FDC01D
Text Example
Text Example
White with #FDC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC01D; }
p { color: rgb(253,192,29); }
H1.HeaderClassName
{
color: #FDC01D;
}
.AnyTagClassName
{
color: #FDC01D;
}
</style>
background-color css
<style>
a { background-color: #FDC01D; }
a { background-color: rgb(253,192,29); }
div.DivClassName
{
background-color: #FDC01D;
}
.BgClassName
{
background-color: #FDC01D;
}
</style>
border-color css
<style>
span { border-color: #FDC01D; }
span { border-color: rgb(253,192,29); }
td.TdClassName
{
border-color: #FDC01D;
}
.TagClassName
{
border-color: #FDC01D;
}
</style>