Shades of Moon Yellow #FDC11E
Tints of Moon Yellow #FDC11E
RGB
CMYK
RGB Variations
Color information
#FDC11E (or 0xFDC11E) is known color: Moon Yellow. HEX triplet: FD, C1 and 1E. RGB value is (253,193,30). Sum of RGB (Red+Green+Blue) = 253+193+30=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 30 (12.11% from 255 or 6.30% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC11E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC11E is #023EE1. Grayscale: #C1C1C1. Windows color (decimal): -147170 or 2015741. OLE color: 2015741.
HSL color Cylindrical-coordinate representation of color #FDC11E: hue angle of 43.86º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDC11E is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 30 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.01 |
| HSL | 43.86º | 0.98% | 0.55% | - |
| HSV(B) | 43.86º | 0.88% | 0.99% | - |
| XYZ | 59.81 | 59.12 | 9.49 | - |
| YUV | 192.36 | 36.38 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 30 | 0 | 0.24 | 0.88 | 0.01 | 43.86 | 0.98 | 0.55 |
| Hex | FD | C1 | 1E | 0 | 18 | 58 | 1 | 2C | 62 | 37 |
| Octal | 375 | 301 | 36 | 0 | 30 | 130 | 1 | 54 | 142 | 67 |
| Binary | 11111101 | 11000001 | 11110 | 0 | 11000 | 1011000 | 1 | 101100 | 1100010 | 110111 |
Color Harmonies of #FDC11E
Complementary color
Monochromatic Colors of #FDC11E
Black with #FDC11E
Text Example
Text Example
White with #FDC11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC11E; }
p { color: rgb(253,193,30); }
H1.HeaderClassName
{
color: #FDC11E;
}
.AnyTagClassName
{
color: #FDC11E;
}
</style>
background-color css
<style>
a { background-color: #FDC11E; }
a { background-color: rgb(253,193,30); }
div.DivClassName
{
background-color: #FDC11E;
}
.BgClassName
{
background-color: #FDC11E;
}
</style>
border-color css
<style>
span { border-color: #FDC11E; }
span { border-color: rgb(253,193,30); }
td.TdClassName
{
border-color: #FDC11E;
}
.TagClassName
{
border-color: #FDC11E;
}
</style>