Shades of Moon Yellow #FDB920
Tints of Moon Yellow #FDB920
RGB
CMYK
RGB Variations
Color information
#FDB920 (or 0xFDB920) is known color: Moon Yellow. HEX triplet: FD, B9 and 20. RGB value is (253,185,32). Sum of RGB (Red+Green+Blue) = 253+185+32=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 32 (12.89% from 255 or 6.81% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB920 is #0246DF. Grayscale: #BCBCBC. Windows color (decimal): -149216 or 2144765. OLE color: 2144765.
HSL color Cylindrical-coordinate representation of color #FDB920: hue angle of 41.54º 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 #FDB920 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 32 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.01 |
| HSL | 41.54º | 0.98% | 0.56% | - |
| HSV(B) | 41.54º | 0.87% | 0.99% | - |
| XYZ | 58.12 | 55.68 | 9.05 | - |
| YUV | 187.89 | 40.03 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 32 | 0 | 0.27 | 0.87 | 0.01 | 41.54 | 0.98 | 0.56 |
| Hex | FD | B9 | 20 | 0 | 1B | 57 | 1 | 2A | 62 | 38 |
| Octal | 375 | 271 | 40 | 0 | 33 | 127 | 1 | 52 | 142 | 70 |
| Binary | 11111101 | 10111001 | 100000 | 0 | 11011 | 1010111 | 1 | 101010 | 1100010 | 111000 |
Color Harmonies of #FDB920
Complementary color
Monochromatic Colors of #FDB920
Black with #FDB920
Text Example
Text Example
White with #FDB920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB920; }
p { color: rgb(253,185,32); }
H1.HeaderClassName
{
color: #FDB920;
}
.AnyTagClassName
{
color: #FDB920;
}
</style>
background-color css
<style>
a { background-color: #FDB920; }
a { background-color: rgb(253,185,32); }
div.DivClassName
{
background-color: #FDB920;
}
.BgClassName
{
background-color: #FDB920;
}
</style>
border-color css
<style>
span { border-color: #FDB920; }
span { border-color: rgb(253,185,32); }
td.TdClassName
{
border-color: #FDB920;
}
.TagClassName
{
border-color: #FDB920;
}
</style>