Shades of Moon Yellow #FDC01F
Tints of Moon Yellow #FDC01F
RGB
CMYK
RGB Variations
Color information
#FDC01F (or 0xFDC01F) is known color: Moon Yellow. HEX triplet: FD, C0 and 1F. RGB value is (253,192,31). Sum of RGB (Red+Green+Blue) = 253+192+31=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 31 (12.5% from 255 or 6.51% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC01F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC01F is #023FE0. Grayscale: #C0C0C0. Windows color (decimal): -147425 or 2081021. OLE color: 2081021.
HSL color Cylindrical-coordinate representation of color #FDC01F: hue angle of 43.51º 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 #FDC01F is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 31 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.01 |
| HSL | 43.51º | 0.98% | 0.56% | - |
| HSV(B) | 43.51º | 0.88% | 0.99% | - |
| XYZ | 59.6 | 58.68 | 9.48 | - |
| YUV | 191.89 | 37.21 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 31 | 0 | 0.24 | 0.88 | 0.01 | 43.51 | 0.98 | 0.56 |
| Hex | FD | C0 | 1F | 0 | 18 | 58 | 1 | 2C | 62 | 38 |
| Octal | 375 | 300 | 37 | 0 | 30 | 130 | 1 | 54 | 142 | 70 |
| Binary | 11111101 | 11000000 | 11111 | 0 | 11000 | 1011000 | 1 | 101100 | 1100010 | 111000 |
Color Harmonies of #FDC01F
Complementary color
Monochromatic Colors of #FDC01F
Black with #FDC01F
Text Example
Text Example
White with #FDC01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC01F; }
p { color: rgb(253,192,31); }
H1.HeaderClassName
{
color: #FDC01F;
}
.AnyTagClassName
{
color: #FDC01F;
}
</style>
background-color css
<style>
a { background-color: #FDC01F; }
a { background-color: rgb(253,192,31); }
div.DivClassName
{
background-color: #FDC01F;
}
.BgClassName
{
background-color: #FDC01F;
}
</style>
border-color css
<style>
span { border-color: #FDC01F; }
span { border-color: rgb(253,192,31); }
td.TdClassName
{
border-color: #FDC01F;
}
.TagClassName
{
border-color: #FDC01F;
}
</style>