Shades of Moon Yellow #FDC123
Tints of Moon Yellow #FDC123
RGB
CMYK
RGB Variations
Color information
#FDC123 (or 0xFDC123) is known color: Moon Yellow. HEX triplet: FD, C1 and 23. RGB value is (253,193,35). Sum of RGB (Red+Green+Blue) = 253+193+35=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 35 (14.06% from 255 or 7.28% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC123 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC123 is #023EDC. Grayscale: #C1C1C1. Windows color (decimal): -147165 or 2343421. OLE color: 2343421.
HSL color Cylindrical-coordinate representation of color #FDC123: hue angle of 43.49º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDC123 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 35 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.01 |
| HSL | 43.49º | 0.98% | 0.56% | - |
| HSV(B) | 43.49º | 0.86% | 0.99% | - |
| XYZ | 59.88 | 59.14 | 9.85 | - |
| YUV | 192.93 | 38.88 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 35 | 0 | 0.24 | 0.86 | 0.01 | 43.49 | 0.98 | 0.56 |
| Hex | FD | C1 | 23 | 0 | 18 | 56 | 1 | 2B | 62 | 38 |
| Octal | 375 | 301 | 43 | 0 | 30 | 126 | 1 | 53 | 142 | 70 |
| Binary | 11111101 | 11000001 | 100011 | 0 | 11000 | 1010110 | 1 | 101011 | 1100010 | 111000 |
Color Harmonies of #FDC123
Complementary color
Monochromatic Colors of #FDC123
Black with #FDC123
Text Example
Text Example
White with #FDC123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC123; }
p { color: rgb(253,193,35); }
H1.HeaderClassName
{
color: #FDC123;
}
.AnyTagClassName
{
color: #FDC123;
}
</style>
background-color css
<style>
a { background-color: #FDC123; }
a { background-color: rgb(253,193,35); }
div.DivClassName
{
background-color: #FDC123;
}
.BgClassName
{
background-color: #FDC123;
}
</style>
border-color css
<style>
span { border-color: #FDC123; }
span { border-color: rgb(253,193,35); }
td.TdClassName
{
border-color: #FDC123;
}
.TagClassName
{
border-color: #FDC123;
}
</style>