Shades of Moon Yellow #FDC613
Tints of Moon Yellow #FDC613
RGB
CMYK
RGB Variations
Color information
#FDC613 (or 0xFDC613) is known color: Moon Yellow. HEX triplet: FD, C6 and 13. RGB value is (253,198,19). Sum of RGB (Red+Green+Blue) = 253+198+19=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 19 (7.81% from 255 or 4.04% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC613 is #0239EC. Grayscale: #C2C2C2. Windows color (decimal): -145901 or 1296125. OLE color: 1296125.
HSL color Cylindrical-coordinate representation of color #FDC613: hue angle of 45.9º 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 #FDC613 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 19 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.01 |
| HSL | 45.9º | 0.98% | 0.53% | - |
| HSV(B) | 45.9º | 0.92% | 0.99% | - |
| XYZ | 60.82 | 61.32 | 9.25 | - |
| YUV | 194.04 | 29.22 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 19 | 0 | 0.22 | 0.92 | 0.01 | 45.9 | 0.98 | 0.53 |
| Hex | FD | C6 | 13 | 0 | 16 | 5C | 1 | 2E | 62 | 35 |
| Octal | 375 | 306 | 23 | 0 | 26 | 134 | 1 | 56 | 142 | 65 |
| Binary | 11111101 | 11000110 | 10011 | 0 | 10110 | 1011100 | 1 | 101110 | 1100010 | 110101 |
Color Harmonies of #FDC613
Complementary color
Monochromatic Colors of #FDC613
Black with #FDC613
Text Example
Text Example
White with #FDC613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC613; }
p { color: rgb(253,198,19); }
H1.HeaderClassName
{
color: #FDC613;
}
.AnyTagClassName
{
color: #FDC613;
}
</style>
background-color css
<style>
a { background-color: #FDC613; }
a { background-color: rgb(253,198,19); }
div.DivClassName
{
background-color: #FDC613;
}
.BgClassName
{
background-color: #FDC613;
}
</style>
border-color css
<style>
span { border-color: #FDC613; }
span { border-color: rgb(253,198,19); }
td.TdClassName
{
border-color: #FDC613;
}
.TagClassName
{
border-color: #FDC613;
}
</style>