Shades of Moon Yellow #FEBE1B
Tints of Moon Yellow #FEBE1B
RGB
CMYK
RGB Variations
Color information
#FEBE1B (or 0xFEBE1B) is known color: Moon Yellow. HEX triplet: FE, BE and 1B. RGB value is (254,190,27). Sum of RGB (Red+Green+Blue) = 254+190+27=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE1B is #0141E4. Grayscale: #BFBFBF. Windows color (decimal): -82405 or 1818366. OLE color: 1818366.
HSL color Cylindrical-coordinate representation of color #FEBE1B: hue angle of 43.08º 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 #FEBE1B is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 27 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.00 |
| HSL | 43.08º | 0.99% | 0.55% | - |
| HSV(B) | 43.08º | 0.89% | 1% | - |
| XYZ | 59.48 | 57.98 | 9.09 | - |
| YUV | 190.55 | 35.7 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 27 | 0 | 0.25 | 0.89 | 0.00 | 43.08 | 0.99 | 0.55 |
| Hex | FE | BE | 1B | 0 | 19 | 59 | 0 | 2B | 63 | 37 |
| Octal | 376 | 276 | 33 | 0 | 31 | 131 | 0 | 53 | 143 | 67 |
| Binary | 11111110 | 10111110 | 11011 | 0 | 11001 | 1011001 | 0 | 101011 | 1100011 | 110111 |
Color Harmonies of #FEBE1B
Complementary color
Monochromatic Colors of #FEBE1B
Black with #FEBE1B
Text Example
Text Example
White with #FEBE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE1B; }
p { color: rgb(254,190,27); }
H1.HeaderClassName
{
color: #FEBE1B;
}
.AnyTagClassName
{
color: #FEBE1B;
}
</style>
background-color css
<style>
a { background-color: #FEBE1B; }
a { background-color: rgb(254,190,27); }
div.DivClassName
{
background-color: #FEBE1B;
}
.BgClassName
{
background-color: #FEBE1B;
}
</style>
border-color css
<style>
span { border-color: #FEBE1B; }
span { border-color: rgb(254,190,27); }
td.TdClassName
{
border-color: #FEBE1B;
}
.TagClassName
{
border-color: #FEBE1B;
}
</style>