Shades of Moon Yellow #FDC21F
Tints of Moon Yellow #FDC21F
RGB
CMYK
RGB Variations
Color information
#FDC21F (or 0xFDC21F) is known color: Moon Yellow. HEX triplet: FD, C2 and 1F. RGB value is (253,194,31). Sum of RGB (Red+Green+Blue) = 253+194+31=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 31 (12.5% from 255 or 6.49% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC21F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC21F is #023DE0. Grayscale: #C1C1C1. Windows color (decimal): -146913 or 2081533. OLE color: 2081533.
HSL color Cylindrical-coordinate representation of color #FDC21F: hue angle of 44.05º 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 #FDC21F is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 31 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.01 |
| HSL | 44.05º | 0.98% | 0.56% | - |
| HSV(B) | 44.05º | 0.88% | 0.99% | - |
| XYZ | 60.05 | 59.57 | 9.63 | - |
| YUV | 193.06 | 36.55 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 31 | 0 | 0.23 | 0.88 | 0.01 | 44.05 | 0.98 | 0.56 |
| Hex | FD | C2 | 1F | 0 | 17 | 58 | 1 | 2C | 62 | 38 |
| Octal | 375 | 302 | 37 | 0 | 27 | 130 | 1 | 54 | 142 | 70 |
| Binary | 11111101 | 11000010 | 11111 | 0 | 10111 | 1011000 | 1 | 101100 | 1100010 | 111000 |
Color Harmonies of #FDC21F
Complementary color
Monochromatic Colors of #FDC21F
Black with #FDC21F
Text Example
Text Example
White with #FDC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC21F; }
p { color: rgb(253,194,31); }
H1.HeaderClassName
{
color: #FDC21F;
}
.AnyTagClassName
{
color: #FDC21F;
}
</style>
background-color css
<style>
a { background-color: #FDC21F; }
a { background-color: rgb(253,194,31); }
div.DivClassName
{
background-color: #FDC21F;
}
.BgClassName
{
background-color: #FDC21F;
}
</style>
border-color css
<style>
span { border-color: #FDC21F; }
span { border-color: rgb(253,194,31); }
td.TdClassName
{
border-color: #FDC21F;
}
.TagClassName
{
border-color: #FDC21F;
}
</style>