Shades of Moon Yellow #FEBB1D
Tints of Moon Yellow #FEBB1D
RGB
CMYK
RGB Variations
Color information
#FEBB1D (or 0xFEBB1D) is known color: Moon Yellow. HEX triplet: FE, BB and 1D. RGB value is (254,187,29). Sum of RGB (Red+Green+Blue) = 254+187+29=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 29 (11.72% from 255 or 6.17% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBB1D is #0144E2. Grayscale: #BDBDBD. Windows color (decimal): -83171 or 1948670. OLE color: 1948670.
HSL color Cylindrical-coordinate representation of color #FEBB1D: hue angle of 42.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEBB1D is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 29 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.00 |
| HSL | 42.13º | 0.99% | 0.55% | - |
| HSV(B) | 42.13º | 0.89% | 1% | - |
| XYZ | 58.87 | 56.7 | 9 | - |
| YUV | 189.02 | 37.7 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 29 | 0 | 0.26 | 0.89 | 0.00 | 42.13 | 0.99 | 0.55 |
| Hex | FE | BB | 1D | 0 | 1A | 59 | 0 | 2A | 63 | 37 |
| Octal | 376 | 273 | 35 | 0 | 32 | 131 | 0 | 52 | 143 | 67 |
| Binary | 11111110 | 10111011 | 11101 | 0 | 11010 | 1011001 | 0 | 101010 | 1100011 | 110111 |
Color Harmonies of #FEBB1D
Complementary color
Monochromatic Colors of #FEBB1D
Black with #FEBB1D
Text Example
Text Example
White with #FEBB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB1D; }
p { color: rgb(254,187,29); }
H1.HeaderClassName
{
color: #FEBB1D;
}
.AnyTagClassName
{
color: #FEBB1D;
}
</style>
background-color css
<style>
a { background-color: #FEBB1D; }
a { background-color: rgb(254,187,29); }
div.DivClassName
{
background-color: #FEBB1D;
}
.BgClassName
{
background-color: #FEBB1D;
}
</style>
border-color css
<style>
span { border-color: #FEBB1D; }
span { border-color: rgb(254,187,29); }
td.TdClassName
{
border-color: #FEBB1D;
}
.TagClassName
{
border-color: #FEBB1D;
}
</style>