Shades of Moon Yellow #FEBA1D
Tints of Moon Yellow #FEBA1D
RGB
CMYK
RGB Variations
Color information
#FEBA1D (or 0xFEBA1D) is known color: Moon Yellow. HEX triplet: FE, BA and 1D. RGB value is (254,186,29). Sum of RGB (Red+Green+Blue) = 254+186+29=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 29 (11.72% from 255 or 6.18% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA1D is #0145E2. Grayscale: #BDBDBD. Windows color (decimal): -83427 or 1948414. OLE color: 1948414.
HSL color Cylindrical-coordinate representation of color #FEBA1D: hue angle of 41.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEBA1D is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 29 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.00 |
| HSL | 41.87º | 0.99% | 0.55% | - |
| HSV(B) | 41.87º | 0.89% | 1% | - |
| XYZ | 58.65 | 56.28 | 8.93 | - |
| YUV | 188.43 | 38.03 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 29 | 0 | 0.27 | 0.89 | 0.00 | 41.87 | 0.99 | 0.55 |
| Hex | FE | BA | 1D | 0 | 1B | 59 | 0 | 2A | 63 | 37 |
| Octal | 376 | 272 | 35 | 0 | 33 | 131 | 0 | 52 | 143 | 67 |
| Binary | 11111110 | 10111010 | 11101 | 0 | 11011 | 1011001 | 0 | 101010 | 1100011 | 110111 |
Color Harmonies of #FEBA1D
Complementary color
Monochromatic Colors of #FEBA1D
Black with #FEBA1D
Text Example
Text Example
White with #FEBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA1D; }
p { color: rgb(254,186,29); }
H1.HeaderClassName
{
color: #FEBA1D;
}
.AnyTagClassName
{
color: #FEBA1D;
}
</style>
background-color css
<style>
a { background-color: #FEBA1D; }
a { background-color: rgb(254,186,29); }
div.DivClassName
{
background-color: #FEBA1D;
}
.BgClassName
{
background-color: #FEBA1D;
}
</style>
border-color css
<style>
span { border-color: #FEBA1D; }
span { border-color: rgb(254,186,29); }
td.TdClassName
{
border-color: #FEBA1D;
}
.TagClassName
{
border-color: #FEBA1D;
}
</style>