Shades of Moon Yellow #FDC113
Tints of Moon Yellow #FDC113
RGB
CMYK
RGB Variations
Color information
#FDC113 (or 0xFDC113) is known color: Moon Yellow. HEX triplet: FD, C1 and 13. RGB value is (253,193,19). Sum of RGB (Red+Green+Blue) = 253+193+19=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC113 is #023EEC. Grayscale: #BFBFBF. Windows color (decimal): -147181 or 1294845. OLE color: 1294845.
HSL color Cylindrical-coordinate representation of color #FDC113: hue angle of 44.62º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDC113 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 19 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.01 |
| HSL | 44.62º | 0.98% | 0.53% | - |
| HSV(B) | 44.62º | 0.92% | 0.99% | - |
| XYZ | 59.7 | 59.07 | 8.87 | - |
| YUV | 191.1 | 30.88 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 19 | 0 | 0.24 | 0.92 | 0.01 | 44.62 | 0.98 | 0.53 |
| Hex | FD | C1 | 13 | 0 | 18 | 5C | 1 | 2D | 62 | 35 |
| Octal | 375 | 301 | 23 | 0 | 30 | 134 | 1 | 55 | 142 | 65 |
| Binary | 11111101 | 11000001 | 10011 | 0 | 11000 | 1011100 | 1 | 101101 | 1100010 | 110101 |
Color Harmonies of #FDC113
Complementary color
Monochromatic Colors of #FDC113
Black with #FDC113
Text Example
Text Example
White with #FDC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC113; }
p { color: rgb(253,193,19); }
H1.HeaderClassName
{
color: #FDC113;
}
.AnyTagClassName
{
color: #FDC113;
}
</style>
background-color css
<style>
a { background-color: #FDC113; }
a { background-color: rgb(253,193,19); }
div.DivClassName
{
background-color: #FDC113;
}
.BgClassName
{
background-color: #FDC113;
}
</style>
border-color css
<style>
span { border-color: #FDC113; }
span { border-color: rgb(253,193,19); }
td.TdClassName
{
border-color: #FDC113;
}
.TagClassName
{
border-color: #FDC113;
}
</style>