Shades of Moon Yellow #FDB922
Tints of Moon Yellow #FDB922
RGB
CMYK
RGB Variations
Color information
#FDB922 (or 0xFDB922) is known color: Moon Yellow. HEX triplet: FD, B9 and 22. RGB value is (253,185,34). Sum of RGB (Red+Green+Blue) = 253+185+34=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 34 (13.67% from 255 or 7.20% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB922 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB922 is #0246DD. Grayscale: #BCBCBC. Windows color (decimal): -149214 or 2275837. OLE color: 2275837.
HSL color Cylindrical-coordinate representation of color #FDB922: hue angle of 41.37º 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 #FDB922 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 34 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.01 |
| HSL | 41.37º | 0.98% | 0.56% | - |
| HSV(B) | 41.37º | 0.87% | 0.99% | - |
| XYZ | 58.15 | 55.7 | 9.2 | - |
| YUV | 188.12 | 41.03 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 34 | 0 | 0.27 | 0.87 | 0.01 | 41.37 | 0.98 | 0.56 |
| Hex | FD | B9 | 22 | 0 | 1B | 57 | 1 | 29 | 62 | 38 |
| Octal | 375 | 271 | 42 | 0 | 33 | 127 | 1 | 51 | 142 | 70 |
| Binary | 11111101 | 10111001 | 100010 | 0 | 11011 | 1010111 | 1 | 101001 | 1100010 | 111000 |
Color Harmonies of #FDB922
Complementary color
Monochromatic Colors of #FDB922
Black with #FDB922
Text Example
Text Example
White with #FDB922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB922; }
p { color: rgb(253,185,34); }
H1.HeaderClassName
{
color: #FDB922;
}
.AnyTagClassName
{
color: #FDB922;
}
</style>
background-color css
<style>
a { background-color: #FDB922; }
a { background-color: rgb(253,185,34); }
div.DivClassName
{
background-color: #FDB922;
}
.BgClassName
{
background-color: #FDB922;
}
</style>
border-color css
<style>
span { border-color: #FDB922; }
span { border-color: rgb(253,185,34); }
td.TdClassName
{
border-color: #FDB922;
}
.TagClassName
{
border-color: #FDB922;
}
</style>