Shades of Moon Yellow #FDC014
Tints of Moon Yellow #FDC014
RGB
CMYK
RGB Variations
Color information
#FDC014 (or 0xFDC014) is known color: Moon Yellow. HEX triplet: FD, C0 and 14. RGB value is (253,192,20). Sum of RGB (Red+Green+Blue) = 253+192+20=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC014 is #023FEB. Grayscale: #BFBFBF. Windows color (decimal): -147436 or 1360125. OLE color: 1360125.
HSL color Cylindrical-coordinate representation of color #FDC014: hue angle of 44.29º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDC014 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 20 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.01 |
| HSL | 44.29º | 0.98% | 0.54% | - |
| HSV(B) | 44.29º | 0.92% | 0.99% | - |
| XYZ | 59.48 | 58.63 | 8.84 | - |
| YUV | 190.63 | 31.71 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 20 | 0 | 0.24 | 0.92 | 0.01 | 44.29 | 0.98 | 0.54 |
| Hex | FD | C0 | 14 | 0 | 18 | 5C | 1 | 2C | 62 | 36 |
| Octal | 375 | 300 | 24 | 0 | 30 | 134 | 1 | 54 | 142 | 66 |
| Binary | 11111101 | 11000000 | 10100 | 0 | 11000 | 1011100 | 1 | 101100 | 1100010 | 110110 |
Color Harmonies of #FDC014
Complementary color
Monochromatic Colors of #FDC014
Black with #FDC014
Text Example
Text Example
White with #FDC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC014; }
p { color: rgb(253,192,20); }
H1.HeaderClassName
{
color: #FDC014;
}
.AnyTagClassName
{
color: #FDC014;
}
</style>
background-color css
<style>
a { background-color: #FDC014; }
a { background-color: rgb(253,192,20); }
div.DivClassName
{
background-color: #FDC014;
}
.BgClassName
{
background-color: #FDC014;
}
</style>
border-color css
<style>
span { border-color: #FDC014; }
span { border-color: rgb(253,192,20); }
td.TdClassName
{
border-color: #FDC014;
}
.TagClassName
{
border-color: #FDC014;
}
</style>