Shades of Moon Yellow #FDC119
Tints of Moon Yellow #FDC119
RGB
CMYK
RGB Variations
Color information
#FDC119 (or 0xFDC119) is known color: Moon Yellow. HEX triplet: FD, C1 and 19. RGB value is (253,193,25). Sum of RGB (Red+Green+Blue) = 253+193+25=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 25 (10.16% from 255 or 5.31% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC119 is #023EE6. Grayscale: #C0C0C0. Windows color (decimal): -147175 or 1688061. OLE color: 1688061.
HSL color Cylindrical-coordinate representation of color #FDC119: hue angle of 44.21º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDC119 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 25 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.01 |
| HSL | 44.21º | 0.98% | 0.55% | - |
| HSV(B) | 44.21º | 0.9% | 0.99% | - |
| XYZ | 59.75 | 59.09 | 9.18 | - |
| YUV | 191.79 | 33.88 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 25 | 0 | 0.24 | 0.90 | 0.01 | 44.21 | 0.98 | 0.55 |
| Hex | FD | C1 | 19 | 0 | 18 | 5A | 1 | 2C | 62 | 37 |
| Octal | 375 | 301 | 31 | 0 | 30 | 132 | 1 | 54 | 142 | 67 |
| Binary | 11111101 | 11000001 | 11001 | 0 | 11000 | 1011010 | 1 | 101100 | 1100010 | 110111 |
Color Harmonies of #FDC119
Complementary color
Monochromatic Colors of #FDC119
Black with #FDC119
Text Example
Text Example
White with #FDC119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC119; }
p { color: rgb(253,193,25); }
H1.HeaderClassName
{
color: #FDC119;
}
.AnyTagClassName
{
color: #FDC119;
}
</style>
background-color css
<style>
a { background-color: #FDC119; }
a { background-color: rgb(253,193,25); }
div.DivClassName
{
background-color: #FDC119;
}
.BgClassName
{
background-color: #FDC119;
}
</style>
border-color css
<style>
span { border-color: #FDC119; }
span { border-color: rgb(253,193,25); }
td.TdClassName
{
border-color: #FDC119;
}
.TagClassName
{
border-color: #FDC119;
}
</style>