Shades of Moon Yellow #FDC319
Tints of Moon Yellow #FDC319
RGB
CMYK
RGB Variations
Color information
#FDC319 (or 0xFDC319) is known color: Moon Yellow. HEX triplet: FD, C3 and 19. RGB value is (253,195,25). Sum of RGB (Red+Green+Blue) = 253+195+25=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 25 (10.16% from 255 or 5.29% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC319 is #023CE6. Grayscale: #C1C1C1. Windows color (decimal): -146663 or 1688573. OLE color: 1688573.
HSL color Cylindrical-coordinate representation of color #FDC319: hue angle of 44.74º 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 #FDC319 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 25 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.01 |
| HSL | 44.74º | 0.98% | 0.55% | - |
| HSV(B) | 44.74º | 0.9% | 0.99% | - |
| XYZ | 60.2 | 59.98 | 9.32 | - |
| YUV | 192.96 | 33.22 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 25 | 0 | 0.23 | 0.90 | 0.01 | 44.74 | 0.98 | 0.55 |
| Hex | FD | C3 | 19 | 0 | 17 | 5A | 1 | 2D | 62 | 37 |
| Octal | 375 | 303 | 31 | 0 | 27 | 132 | 1 | 55 | 142 | 67 |
| Binary | 11111101 | 11000011 | 11001 | 0 | 10111 | 1011010 | 1 | 101101 | 1100010 | 110111 |
Color Harmonies of #FDC319
Complementary color
Monochromatic Colors of #FDC319
Black with #FDC319
Text Example
Text Example
White with #FDC319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC319; }
p { color: rgb(253,195,25); }
H1.HeaderClassName
{
color: #FDC319;
}
.AnyTagClassName
{
color: #FDC319;
}
</style>
background-color css
<style>
a { background-color: #FDC319; }
a { background-color: rgb(253,195,25); }
div.DivClassName
{
background-color: #FDC319;
}
.BgClassName
{
background-color: #FDC319;
}
</style>
border-color css
<style>
span { border-color: #FDC319; }
span { border-color: rgb(253,195,25); }
td.TdClassName
{
border-color: #FDC319;
}
.TagClassName
{
border-color: #FDC319;
}
</style>