Shades of Moon Yellow #FDC216
Tints of Moon Yellow #FDC216
RGB
CMYK
RGB Variations
Color information
#FDC216 (or 0xFDC216) is known color: Moon Yellow. HEX triplet: FD, C2 and 16. RGB value is (253,194,22). Sum of RGB (Red+Green+Blue) = 253+194+22=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC216 is #023DE9. Grayscale: #C0C0C0. Windows color (decimal): -146922 or 1491709. OLE color: 1491709.
HSL color Cylindrical-coordinate representation of color #FDC216: hue angle of 44.68º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDC216 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 22 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.01 |
| HSL | 44.68º | 0.98% | 0.54% | - |
| HSV(B) | 44.68º | 0.91% | 0.99% | - |
| XYZ | 59.94 | 59.52 | 9.09 | - |
| YUV | 192.03 | 32.05 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 22 | 0 | 0.23 | 0.91 | 0.01 | 44.68 | 0.98 | 0.54 |
| Hex | FD | C2 | 16 | 0 | 17 | 5B | 1 | 2D | 62 | 36 |
| Octal | 375 | 302 | 26 | 0 | 27 | 133 | 1 | 55 | 142 | 66 |
| Binary | 11111101 | 11000010 | 10110 | 0 | 10111 | 1011011 | 1 | 101101 | 1100010 | 110110 |
Color Harmonies of #FDC216
Complementary color
Monochromatic Colors of #FDC216
Black with #FDC216
Text Example
Text Example
White with #FDC216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC216; }
p { color: rgb(253,194,22); }
H1.HeaderClassName
{
color: #FDC216;
}
.AnyTagClassName
{
color: #FDC216;
}
</style>
background-color css
<style>
a { background-color: #FDC216; }
a { background-color: rgb(253,194,22); }
div.DivClassName
{
background-color: #FDC216;
}
.BgClassName
{
background-color: #FDC216;
}
</style>
border-color css
<style>
span { border-color: #FDC216; }
span { border-color: rgb(253,194,22); }
td.TdClassName
{
border-color: #FDC216;
}
.TagClassName
{
border-color: #FDC216;
}
</style>