Shades of Moon Yellow #FEBB16
Tints of Moon Yellow #FEBB16
RGB
CMYK
RGB Variations
Color information
#FEBB16 (or 0xFEBB16) is known color: Moon Yellow. HEX triplet: FE, BB and 16. RGB value is (254,187,22). Sum of RGB (Red+Green+Blue) = 254+187+22=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBB16 is #0144E9. Grayscale: #BCBCBC. Windows color (decimal): -83178 or 1489918. OLE color: 1489918.
HSL color Cylindrical-coordinate representation of color #FEBB16: hue angle of 42.67º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEBB16 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 22 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.00 |
| HSL | 42.67º | 0.99% | 0.54% | - |
| HSV(B) | 42.67º | 0.91% | 1% | - |
| XYZ | 58.79 | 56.67 | 8.6 | - |
| YUV | 188.22 | 34.2 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 22 | 0 | 0.26 | 0.91 | 0.00 | 42.67 | 0.99 | 0.54 |
| Hex | FE | BB | 16 | 0 | 1A | 5B | 0 | 2B | 63 | 36 |
| Octal | 376 | 273 | 26 | 0 | 32 | 133 | 0 | 53 | 143 | 66 |
| Binary | 11111110 | 10111011 | 10110 | 0 | 11010 | 1011011 | 0 | 101011 | 1100011 | 110110 |
Color Harmonies of #FEBB16
Complementary color
Monochromatic Colors of #FEBB16
Black with #FEBB16
Text Example
Text Example
White with #FEBB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB16; }
p { color: rgb(254,187,22); }
H1.HeaderClassName
{
color: #FEBB16;
}
.AnyTagClassName
{
color: #FEBB16;
}
</style>
background-color css
<style>
a { background-color: #FEBB16; }
a { background-color: rgb(254,187,22); }
div.DivClassName
{
background-color: #FEBB16;
}
.BgClassName
{
background-color: #FEBB16;
}
</style>
border-color css
<style>
span { border-color: #FEBB16; }
span { border-color: rgb(254,187,22); }
td.TdClassName
{
border-color: #FEBB16;
}
.TagClassName
{
border-color: #FEBB16;
}
</style>