Shades of Moon Yellow #FEBA1E
Tints of Moon Yellow #FEBA1E
RGB
CMYK
RGB Variations
Color information
#FEBA1E (or 0xFEBA1E) is known color: Moon Yellow. HEX triplet: FE, BA and 1E. RGB value is (254,186,30). Sum of RGB (Red+Green+Blue) = 254+186+30=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 30 (12.11% from 255 or 6.38% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA1E is #0145E1. Grayscale: #BDBDBD. Windows color (decimal): -83426 or 2013950. OLE color: 2013950.
HSL color Cylindrical-coordinate representation of color #FEBA1E: hue angle of 41.79º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FEBA1E is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 30 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.00 |
| HSL | 41.79º | 0.99% | 0.56% | - |
| HSV(B) | 41.79º | 0.88% | 1% | - |
| XYZ | 58.67 | 56.28 | 9 | - |
| YUV | 188.55 | 38.53 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 30 | 0 | 0.27 | 0.88 | 0.00 | 41.79 | 0.99 | 0.56 |
| Hex | FE | BA | 1E | 0 | 1B | 58 | 0 | 2A | 63 | 38 |
| Octal | 376 | 272 | 36 | 0 | 33 | 130 | 0 | 52 | 143 | 70 |
| Binary | 11111110 | 10111010 | 11110 | 0 | 11011 | 1011000 | 0 | 101010 | 1100011 | 111000 |
Color Harmonies of #FEBA1E
Complementary color
Monochromatic Colors of #FEBA1E
Black with #FEBA1E
Text Example
Text Example
White with #FEBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA1E; }
p { color: rgb(254,186,30); }
H1.HeaderClassName
{
color: #FEBA1E;
}
.AnyTagClassName
{
color: #FEBA1E;
}
</style>
background-color css
<style>
a { background-color: #FEBA1E; }
a { background-color: rgb(254,186,30); }
div.DivClassName
{
background-color: #FEBA1E;
}
.BgClassName
{
background-color: #FEBA1E;
}
</style>
border-color css
<style>
span { border-color: #FEBA1E; }
span { border-color: rgb(254,186,30); }
td.TdClassName
{
border-color: #FEBA1E;
}
.TagClassName
{
border-color: #FEBA1E;
}
</style>