Shades of Moon Yellow #FDC31F
Tints of Moon Yellow #FDC31F
RGB
CMYK
RGB Variations
Color information
#FDC31F (or 0xFDC31F) is known color: Moon Yellow. HEX triplet: FD, C3 and 1F. RGB value is (253,195,31). Sum of RGB (Red+Green+Blue) = 253+195+31=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 31 (12.5% from 255 or 6.47% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC31F is #023CE0. Grayscale: #C2C2C2. Windows color (decimal): -146657 or 2081789. OLE color: 2081789.
HSL color Cylindrical-coordinate representation of color #FDC31F: hue angle of 44.32º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDC31F is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 31 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.01 |
| HSL | 44.32º | 0.98% | 0.56% | - |
| HSV(B) | 44.32º | 0.88% | 0.99% | - |
| XYZ | 60.27 | 60.01 | 9.7 | - |
| YUV | 193.65 | 36.22 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 31 | 0 | 0.23 | 0.88 | 0.01 | 44.32 | 0.98 | 0.56 |
| Hex | FD | C3 | 1F | 0 | 17 | 58 | 1 | 2C | 62 | 38 |
| Octal | 375 | 303 | 37 | 0 | 27 | 130 | 1 | 54 | 142 | 70 |
| Binary | 11111101 | 11000011 | 11111 | 0 | 10111 | 1011000 | 1 | 101100 | 1100010 | 111000 |
Color Harmonies of #FDC31F
Complementary color
Monochromatic Colors of #FDC31F
Black with #FDC31F
Text Example
Text Example
White with #FDC31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC31F; }
p { color: rgb(253,195,31); }
H1.HeaderClassName
{
color: #FDC31F;
}
.AnyTagClassName
{
color: #FDC31F;
}
</style>
background-color css
<style>
a { background-color: #FDC31F; }
a { background-color: rgb(253,195,31); }
div.DivClassName
{
background-color: #FDC31F;
}
.BgClassName
{
background-color: #FDC31F;
}
</style>
border-color css
<style>
span { border-color: #FDC31F; }
span { border-color: rgb(253,195,31); }
td.TdClassName
{
border-color: #FDC31F;
}
.TagClassName
{
border-color: #FDC31F;
}
</style>