Shades of Moon Yellow #FEBA23
Tints of Moon Yellow #FEBA23
RGB
CMYK
RGB Variations
Color information
#FEBA23 (or 0xFEBA23) is known color: Moon Yellow. HEX triplet: FE, BA and 23. RGB value is (254,186,35). Sum of RGB (Red+Green+Blue) = 254+186+35=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 35 (14.06% from 255 or 7.37% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA23 is #0145DC. Grayscale: #BDBDBD. Windows color (decimal): -83421 or 2341630. OLE color: 2341630.
HSL color Cylindrical-coordinate representation of color #FEBA23: hue angle of 41.37º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEBA23 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 35 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.00 |
| HSL | 41.37º | 0.99% | 0.57% | - |
| HSV(B) | 41.37º | 0.86% | 1% | - |
| XYZ | 58.74 | 56.31 | 9.36 | - |
| YUV | 189.12 | 41.03 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 35 | 0 | 0.27 | 0.86 | 0.00 | 41.37 | 0.99 | 0.57 |
| Hex | FE | BA | 23 | 0 | 1B | 56 | 0 | 29 | 63 | 39 |
| Octal | 376 | 272 | 43 | 0 | 33 | 126 | 0 | 51 | 143 | 71 |
| Binary | 11111110 | 10111010 | 100011 | 0 | 11011 | 1010110 | 0 | 101001 | 1100011 | 111001 |
Color Harmonies of #FEBA23
Complementary color
Monochromatic Colors of #FEBA23
Black with #FEBA23
Text Example
Text Example
White with #FEBA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA23; }
p { color: rgb(254,186,35); }
H1.HeaderClassName
{
color: #FEBA23;
}
.AnyTagClassName
{
color: #FEBA23;
}
</style>
background-color css
<style>
a { background-color: #FEBA23; }
a { background-color: rgb(254,186,35); }
div.DivClassName
{
background-color: #FEBA23;
}
.BgClassName
{
background-color: #FEBA23;
}
</style>
border-color css
<style>
span { border-color: #FEBA23; }
span { border-color: rgb(254,186,35); }
td.TdClassName
{
border-color: #FEBA23;
}
.TagClassName
{
border-color: #FEBA23;
}
</style>