Shades of Moon Yellow #FEBD20
Tints of Moon Yellow #FEBD20
RGB
CMYK
RGB Variations
Color information
#FEBD20 (or 0xFEBD20) is known color: Moon Yellow. HEX triplet: FE, BD and 20. RGB value is (254,189,32). Sum of RGB (Red+Green+Blue) = 254+189+32=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBD20 is #0142DF. Grayscale: #BFBFBF. Windows color (decimal): -82656 or 2145790. OLE color: 2145790.
HSL color Cylindrical-coordinate representation of color #FEBD20: hue angle of 42.43º 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 #FEBD20 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 32 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.00 |
| HSL | 42.43º | 0.99% | 0.56% | - |
| HSV(B) | 42.43º | 0.87% | 1% | - |
| XYZ | 59.33 | 57.57 | 9.35 | - |
| YUV | 190.54 | 38.53 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 32 | 0 | 0.26 | 0.87 | 0.00 | 42.43 | 0.99 | 0.56 |
| Hex | FE | BD | 20 | 0 | 1A | 57 | 0 | 2A | 63 | 38 |
| Octal | 376 | 275 | 40 | 0 | 32 | 127 | 0 | 52 | 143 | 70 |
| Binary | 11111110 | 10111101 | 100000 | 0 | 11010 | 1010111 | 0 | 101010 | 1100011 | 111000 |
Color Harmonies of #FEBD20
Complementary color
Monochromatic Colors of #FEBD20
Black with #FEBD20
Text Example
Text Example
White with #FEBD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBD20; }
p { color: rgb(254,189,32); }
H1.HeaderClassName
{
color: #FEBD20;
}
.AnyTagClassName
{
color: #FEBD20;
}
</style>
background-color css
<style>
a { background-color: #FEBD20; }
a { background-color: rgb(254,189,32); }
div.DivClassName
{
background-color: #FEBD20;
}
.BgClassName
{
background-color: #FEBD20;
}
</style>
border-color css
<style>
span { border-color: #FEBD20; }
span { border-color: rgb(254,189,32); }
td.TdClassName
{
border-color: #FEBD20;
}
.TagClassName
{
border-color: #FEBD20;
}
</style>