Shades of Moon Yellow #FEBB1A
Tints of Moon Yellow #FEBB1A
RGB
CMYK
RGB Variations
Color information
#FEBB1A (or 0xFEBB1A) is known color: Moon Yellow. HEX triplet: FE, BB and 1A. RGB value is (254,187,26). Sum of RGB (Red+Green+Blue) = 254+187+26=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 26 (10.55% from 255 or 5.57% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBB1A is #0144E5. Grayscale: #BDBDBD. Windows color (decimal): -83174 or 1752062. OLE color: 1752062.
HSL color Cylindrical-coordinate representation of color #FEBB1A: hue angle of 42.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEBB1A is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 26 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.00 |
| HSL | 42.37º | 0.99% | 0.55% | - |
| HSV(B) | 42.37º | 0.9% | 1% | - |
| XYZ | 58.83 | 56.69 | 8.82 | - |
| YUV | 188.68 | 36.2 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 26 | 0 | 0.26 | 0.90 | 0.00 | 42.37 | 0.99 | 0.55 |
| Hex | FE | BB | 1A | 0 | 1A | 5A | 0 | 2A | 63 | 37 |
| Octal | 376 | 273 | 32 | 0 | 32 | 132 | 0 | 52 | 143 | 67 |
| Binary | 11111110 | 10111011 | 11010 | 0 | 11010 | 1011010 | 0 | 101010 | 1100011 | 110111 |
Color Harmonies of #FEBB1A
Complementary color
Monochromatic Colors of #FEBB1A
Black with #FEBB1A
Text Example
Text Example
White with #FEBB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB1A; }
p { color: rgb(254,187,26); }
H1.HeaderClassName
{
color: #FEBB1A;
}
.AnyTagClassName
{
color: #FEBB1A;
}
</style>
background-color css
<style>
a { background-color: #FEBB1A; }
a { background-color: rgb(254,187,26); }
div.DivClassName
{
background-color: #FEBB1A;
}
.BgClassName
{
background-color: #FEBB1A;
}
</style>
border-color css
<style>
span { border-color: #FEBB1A; }
span { border-color: rgb(254,187,26); }
td.TdClassName
{
border-color: #FEBB1A;
}
.TagClassName
{
border-color: #FEBB1A;
}
</style>