Shades of Moon Yellow #FDC713
Tints of Moon Yellow #FDC713
RGB
CMYK
RGB Variations
Color information
#FDC713 (or 0xFDC713) is known color: Moon Yellow. HEX triplet: FD, C7 and 13. RGB value is (253,199,19). Sum of RGB (Red+Green+Blue) = 253+199+19=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 19 (7.81% from 255 or 4.03% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC713 is #0238EC. Grayscale: #C3C3C3. Windows color (decimal): -145645 or 1296381. OLE color: 1296381.
HSL color Cylindrical-coordinate representation of color #FDC713: hue angle of 46.15º 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 #FDC713 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 19 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.01 |
| HSL | 46.15º | 0.98% | 0.53% | - |
| HSV(B) | 46.15º | 0.92% | 0.99% | - |
| XYZ | 61.05 | 61.78 | 9.32 | - |
| YUV | 194.63 | 28.89 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 19 | 0 | 0.21 | 0.92 | 0.01 | 46.15 | 0.98 | 0.53 |
| Hex | FD | C7 | 13 | 0 | 15 | 5C | 1 | 2E | 62 | 35 |
| Octal | 375 | 307 | 23 | 0 | 25 | 134 | 1 | 56 | 142 | 65 |
| Binary | 11111101 | 11000111 | 10011 | 0 | 10101 | 1011100 | 1 | 101110 | 1100010 | 110101 |
Color Harmonies of #FDC713
Complementary color
Monochromatic Colors of #FDC713
Black with #FDC713
Text Example
Text Example
White with #FDC713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC713; }
p { color: rgb(253,199,19); }
H1.HeaderClassName
{
color: #FDC713;
}
.AnyTagClassName
{
color: #FDC713;
}
</style>
background-color css
<style>
a { background-color: #FDC713; }
a { background-color: rgb(253,199,19); }
div.DivClassName
{
background-color: #FDC713;
}
.BgClassName
{
background-color: #FDC713;
}
</style>
border-color css
<style>
span { border-color: #FDC713; }
span { border-color: rgb(253,199,19); }
td.TdClassName
{
border-color: #FDC713;
}
.TagClassName
{
border-color: #FDC713;
}
</style>