Shades of Moon Yellow #FDC01B
Tints of Moon Yellow #FDC01B
RGB
CMYK
RGB Variations
Color information
#FDC01B (or 0xFDC01B) is known color: Moon Yellow. HEX triplet: FD, C0 and 1B. RGB value is (253,192,27). Sum of RGB (Red+Green+Blue) = 253+192+27=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 27 (10.94% from 255 or 5.72% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC01B is #023FE4. Grayscale: #C0C0C0. Windows color (decimal): -147429 or 1818877. OLE color: 1818877.
HSL color Cylindrical-coordinate representation of color #FDC01B: hue angle of 43.81º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDC01B is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 27 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.01 |
| HSL | 43.81º | 0.98% | 0.55% | - |
| HSV(B) | 43.81º | 0.89% | 0.99% | - |
| XYZ | 59.56 | 58.66 | 9.22 | - |
| YUV | 191.43 | 35.21 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 27 | 0 | 0.24 | 0.89 | 0.01 | 43.81 | 0.98 | 0.55 |
| Hex | FD | C0 | 1B | 0 | 18 | 59 | 1 | 2C | 62 | 37 |
| Octal | 375 | 300 | 33 | 0 | 30 | 131 | 1 | 54 | 142 | 67 |
| Binary | 11111101 | 11000000 | 11011 | 0 | 11000 | 1011001 | 1 | 101100 | 1100010 | 110111 |
Color Harmonies of #FDC01B
Complementary color
Monochromatic Colors of #FDC01B
Black with #FDC01B
Text Example
Text Example
White with #FDC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC01B; }
p { color: rgb(253,192,27); }
H1.HeaderClassName
{
color: #FDC01B;
}
.AnyTagClassName
{
color: #FDC01B;
}
</style>
background-color css
<style>
a { background-color: #FDC01B; }
a { background-color: rgb(253,192,27); }
div.DivClassName
{
background-color: #FDC01B;
}
.BgClassName
{
background-color: #FDC01B;
}
</style>
border-color css
<style>
span { border-color: #FDC01B; }
span { border-color: rgb(253,192,27); }
td.TdClassName
{
border-color: #FDC01B;
}
.TagClassName
{
border-color: #FDC01B;
}
</style>