Shades of Moon Yellow #FDC124
Tints of Moon Yellow #FDC124
RGB
CMYK
RGB Variations
Color information
#FDC124 (or 0xFDC124) is known color: Moon Yellow. HEX triplet: FD, C1 and 24. RGB value is (253,193,36). Sum of RGB (Red+Green+Blue) = 253+193+36=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 36 (14.45% from 255 or 7.47% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC124 is #023EDB. Grayscale: #C1C1C1. Windows color (decimal): -147164 or 2408957. OLE color: 2408957.
HSL color Cylindrical-coordinate representation of color #FDC124: hue angle of 43.41º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDC124 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 36 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.01 |
| HSL | 43.41º | 0.98% | 0.57% | - |
| HSV(B) | 43.41º | 0.86% | 0.99% | - |
| XYZ | 59.9 | 59.15 | 9.93 | - |
| YUV | 193.04 | 39.38 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 36 | 0 | 0.24 | 0.86 | 0.01 | 43.41 | 0.98 | 0.57 |
| Hex | FD | C1 | 24 | 0 | 18 | 56 | 1 | 2B | 62 | 39 |
| Octal | 375 | 301 | 44 | 0 | 30 | 126 | 1 | 53 | 142 | 71 |
| Binary | 11111101 | 11000001 | 100100 | 0 | 11000 | 1010110 | 1 | 101011 | 1100010 | 111001 |
Color Harmonies of #FDC124
Complementary color
Monochromatic Colors of #FDC124
Black with #FDC124
Text Example
Text Example
White with #FDC124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC124; }
p { color: rgb(253,193,36); }
H1.HeaderClassName
{
color: #FDC124;
}
.AnyTagClassName
{
color: #FDC124;
}
</style>
background-color css
<style>
a { background-color: #FDC124; }
a { background-color: rgb(253,193,36); }
div.DivClassName
{
background-color: #FDC124;
}
.BgClassName
{
background-color: #FDC124;
}
</style>
border-color css
<style>
span { border-color: #FDC124; }
span { border-color: rgb(253,193,36); }
td.TdClassName
{
border-color: #FDC124;
}
.TagClassName
{
border-color: #FDC124;
}
</style>