Shades of Moon Yellow #FDB820
Tints of Moon Yellow #FDB820
RGB
CMYK
RGB Variations
Color information
#FDB820 (or 0xFDB820) is known color: Moon Yellow. HEX triplet: FD, B8 and 20. RGB value is (253,184,32). Sum of RGB (Red+Green+Blue) = 253+184+32=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB820 is #0247DF. Grayscale: #BBBBBB. Windows color (decimal): -149472 or 2144509. OLE color: 2144509.
HSL color Cylindrical-coordinate representation of color #FDB820: hue angle of 41.27º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDB820 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 32 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.01 |
| HSL | 41.27º | 0.98% | 0.56% | - |
| HSV(B) | 41.27º | 0.87% | 0.99% | - |
| XYZ | 57.91 | 55.27 | 8.98 | - |
| YUV | 187.3 | 40.36 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 32 | 0 | 0.27 | 0.87 | 0.01 | 41.27 | 0.98 | 0.56 |
| Hex | FD | B8 | 20 | 0 | 1B | 57 | 1 | 29 | 62 | 38 |
| Octal | 375 | 270 | 40 | 0 | 33 | 127 | 1 | 51 | 142 | 70 |
| Binary | 11111101 | 10111000 | 100000 | 0 | 11011 | 1010111 | 1 | 101001 | 1100010 | 111000 |
Color Harmonies of #FDB820
Complementary color
Monochromatic Colors of #FDB820
Black with #FDB820
Text Example
Text Example
White with #FDB820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB820; }
p { color: rgb(253,184,32); }
H1.HeaderClassName
{
color: #FDB820;
}
.AnyTagClassName
{
color: #FDB820;
}
</style>
background-color css
<style>
a { background-color: #FDB820; }
a { background-color: rgb(253,184,32); }
div.DivClassName
{
background-color: #FDB820;
}
.BgClassName
{
background-color: #FDB820;
}
</style>
border-color css
<style>
span { border-color: #FDB820; }
span { border-color: rgb(253,184,32); }
td.TdClassName
{
border-color: #FDB820;
}
.TagClassName
{
border-color: #FDB820;
}
</style>