Shades of Moon Yellow #FEBA1B
Tints of Moon Yellow #FEBA1B
RGB
CMYK
RGB Variations
Color information
#FEBA1B (or 0xFEBA1B) is known color: Moon Yellow. HEX triplet: FE, BA and 1B. RGB value is (254,186,27). Sum of RGB (Red+Green+Blue) = 254+186+27=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 27 (10.94% from 255 or 5.78% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA1B is #0145E4. Grayscale: #BCBCBC. Windows color (decimal): -83429 or 1817342. OLE color: 1817342.
HSL color Cylindrical-coordinate representation of color #FEBA1B: hue angle of 42.03º 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 #FEBA1B is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 27 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.00 |
| HSL | 42.03º | 0.99% | 0.55% | - |
| HSV(B) | 42.03º | 0.89% | 1% | - |
| XYZ | 58.63 | 56.27 | 8.81 | - |
| YUV | 188.21 | 37.03 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 27 | 0 | 0.27 | 0.89 | 0.00 | 42.03 | 0.99 | 0.55 |
| Hex | FE | BA | 1B | 0 | 1B | 59 | 0 | 2A | 63 | 37 |
| Octal | 376 | 272 | 33 | 0 | 33 | 131 | 0 | 52 | 143 | 67 |
| Binary | 11111110 | 10111010 | 11011 | 0 | 11011 | 1011001 | 0 | 101010 | 1100011 | 110111 |
Color Harmonies of #FEBA1B
Complementary color
Monochromatic Colors of #FEBA1B
Black with #FEBA1B
Text Example
Text Example
White with #FEBA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA1B; }
p { color: rgb(254,186,27); }
H1.HeaderClassName
{
color: #FEBA1B;
}
.AnyTagClassName
{
color: #FEBA1B;
}
</style>
background-color css
<style>
a { background-color: #FEBA1B; }
a { background-color: rgb(254,186,27); }
div.DivClassName
{
background-color: #FEBA1B;
}
.BgClassName
{
background-color: #FEBA1B;
}
</style>
border-color css
<style>
span { border-color: #FEBA1B; }
span { border-color: rgb(254,186,27); }
td.TdClassName
{
border-color: #FEBA1B;
}
.TagClassName
{
border-color: #FEBA1B;
}
</style>