Shades of Moon Yellow #FEB920
Tints of Moon Yellow #FEB920
RGB
CMYK
RGB Variations
Color information
#FEB920 (or 0xFEB920) is known color: Moon Yellow. HEX triplet: FE, B9 and 20. RGB value is (254,185,32). Sum of RGB (Red+Green+Blue) = 254+185+32=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 32 (12.89% from 255 or 6.79% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB920 is #0146DF. Grayscale: #BCBCBC. Windows color (decimal): -83680 or 2144766. OLE color: 2144766.
HSL color Cylindrical-coordinate representation of color #FEB920: hue angle of 41.35º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEB920 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 32 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.00 |
| HSL | 41.35º | 0.99% | 0.56% | - |
| HSV(B) | 41.35º | 0.87% | 1% | - |
| XYZ | 58.48 | 55.87 | 9.07 | - |
| YUV | 188.19 | 39.86 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 32 | 0 | 0.27 | 0.87 | 0.00 | 41.35 | 0.99 | 0.56 |
| Hex | FE | B9 | 20 | 0 | 1B | 57 | 0 | 29 | 63 | 38 |
| Octal | 376 | 271 | 40 | 0 | 33 | 127 | 0 | 51 | 143 | 70 |
| Binary | 11111110 | 10111001 | 100000 | 0 | 11011 | 1010111 | 0 | 101001 | 1100011 | 111000 |
Color Harmonies of #FEB920
Complementary color
Monochromatic Colors of #FEB920
Black with #FEB920
Text Example
Text Example
White with #FEB920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB920; }
p { color: rgb(254,185,32); }
H1.HeaderClassName
{
color: #FEB920;
}
.AnyTagClassName
{
color: #FEB920;
}
</style>
background-color css
<style>
a { background-color: #FEB920; }
a { background-color: rgb(254,185,32); }
div.DivClassName
{
background-color: #FEB920;
}
.BgClassName
{
background-color: #FEB920;
}
</style>
border-color css
<style>
span { border-color: #FEB920; }
span { border-color: rgb(254,185,32); }
td.TdClassName
{
border-color: #FEB920;
}
.TagClassName
{
border-color: #FEB920;
}
</style>