Shades of Moon Yellow #FEBA1F
Tints of Moon Yellow #FEBA1F
RGB
CMYK
RGB Variations
Color information
#FEBA1F (or 0xFEBA1F) is known color: Moon Yellow. HEX triplet: FE, BA and 1F. RGB value is (254,186,31). Sum of RGB (Red+Green+Blue) = 254+186+31=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 31 (12.5% from 255 or 6.58% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA1F is #0145E0. Grayscale: #BDBDBD. Windows color (decimal): -83425 or 2079486. OLE color: 2079486.
HSL color Cylindrical-coordinate representation of color #FEBA1F: hue angle of 41.7º 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 #FEBA1F is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 31 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.00 |
| HSL | 41.7º | 0.99% | 0.56% | - |
| HSV(B) | 41.7º | 0.88% | 1% | - |
| XYZ | 58.68 | 56.29 | 9.07 | - |
| YUV | 188.66 | 39.03 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 31 | 0 | 0.27 | 0.88 | 0.00 | 41.7 | 0.99 | 0.56 |
| Hex | FE | BA | 1F | 0 | 1B | 58 | 0 | 2A | 63 | 38 |
| Octal | 376 | 272 | 37 | 0 | 33 | 130 | 0 | 52 | 143 | 70 |
| Binary | 11111110 | 10111010 | 11111 | 0 | 11011 | 1011000 | 0 | 101010 | 1100011 | 111000 |
Color Harmonies of #FEBA1F
Complementary color
Monochromatic Colors of #FEBA1F
Black with #FEBA1F
Text Example
Text Example
White with #FEBA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA1F; }
p { color: rgb(254,186,31); }
H1.HeaderClassName
{
color: #FEBA1F;
}
.AnyTagClassName
{
color: #FEBA1F;
}
</style>
background-color css
<style>
a { background-color: #FEBA1F; }
a { background-color: rgb(254,186,31); }
div.DivClassName
{
background-color: #FEBA1F;
}
.BgClassName
{
background-color: #FEBA1F;
}
</style>
border-color css
<style>
span { border-color: #FEBA1F; }
span { border-color: rgb(254,186,31); }
td.TdClassName
{
border-color: #FEBA1F;
}
.TagClassName
{
border-color: #FEBA1F;
}
</style>