Shades of Moon Yellow #FEBB1F
Tints of Moon Yellow #FEBB1F
RGB
CMYK
RGB Variations
Color information
#FEBB1F (or 0xFEBB1F) is known color: Moon Yellow. HEX triplet: FE, BB and 1F. RGB value is (254,187,31). Sum of RGB (Red+Green+Blue) = 254+187+31=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 31 (12.5% from 255 or 6.57% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBB1F is #0144E0. Grayscale: #BDBDBD. Windows color (decimal): -83169 or 2079742. OLE color: 2079742.
HSL color Cylindrical-coordinate representation of color #FEBB1F: hue angle of 41.97º 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 #FEBB1F is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 31 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.00 |
| HSL | 41.97º | 0.99% | 0.56% | - |
| HSV(B) | 41.97º | 0.88% | 1% | - |
| XYZ | 58.89 | 56.71 | 9.14 | - |
| YUV | 189.25 | 38.7 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 31 | 0 | 0.26 | 0.88 | 0.00 | 41.97 | 0.99 | 0.56 |
| Hex | FE | BB | 1F | 0 | 1A | 58 | 0 | 2A | 63 | 38 |
| Octal | 376 | 273 | 37 | 0 | 32 | 130 | 0 | 52 | 143 | 70 |
| Binary | 11111110 | 10111011 | 11111 | 0 | 11010 | 1011000 | 0 | 101010 | 1100011 | 111000 |
Color Harmonies of #FEBB1F
Complementary color
Monochromatic Colors of #FEBB1F
Black with #FEBB1F
Text Example
Text Example
White with #FEBB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB1F; }
p { color: rgb(254,187,31); }
H1.HeaderClassName
{
color: #FEBB1F;
}
.AnyTagClassName
{
color: #FEBB1F;
}
</style>
background-color css
<style>
a { background-color: #FEBB1F; }
a { background-color: rgb(254,187,31); }
div.DivClassName
{
background-color: #FEBB1F;
}
.BgClassName
{
background-color: #FEBB1F;
}
</style>
border-color css
<style>
span { border-color: #FEBB1F; }
span { border-color: rgb(254,187,31); }
td.TdClassName
{
border-color: #FEBB1F;
}
.TagClassName
{
border-color: #FEBB1F;
}
</style>