Shades of Moon Yellow #FEBD15
Tints of Moon Yellow #FEBD15
RGB
CMYK
RGB Variations
Color information
#FEBD15 (or 0xFEBD15) is known color: Moon Yellow. HEX triplet: FE, BD and 15. RGB value is (254,189,21). Sum of RGB (Red+Green+Blue) = 254+189+21=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 21 (8.59% from 255 or 4.53% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBD15 is #0142EA. Grayscale: #BEBEBE. Windows color (decimal): -82667 or 1424894. OLE color: 1424894.
HSL color Cylindrical-coordinate representation of color #FEBD15: hue angle of 43.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEBD15 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 21 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.00 |
| HSL | 43.26º | 0.99% | 0.54% | - |
| HSV(B) | 43.26º | 0.92% | 1% | - |
| XYZ | 59.21 | 57.52 | 8.69 | - |
| YUV | 189.28 | 33.03 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 21 | 0 | 0.26 | 0.92 | 0.00 | 43.26 | 0.99 | 0.54 |
| Hex | FE | BD | 15 | 0 | 1A | 5C | 0 | 2B | 63 | 36 |
| Octal | 376 | 275 | 25 | 0 | 32 | 134 | 0 | 53 | 143 | 66 |
| Binary | 11111110 | 10111101 | 10101 | 0 | 11010 | 1011100 | 0 | 101011 | 1100011 | 110110 |
Color Harmonies of #FEBD15
Complementary color
Monochromatic Colors of #FEBD15
Black with #FEBD15
Text Example
Text Example
White with #FEBD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBD15; }
p { color: rgb(254,189,21); }
H1.HeaderClassName
{
color: #FEBD15;
}
.AnyTagClassName
{
color: #FEBD15;
}
</style>
background-color css
<style>
a { background-color: #FEBD15; }
a { background-color: rgb(254,189,21); }
div.DivClassName
{
background-color: #FEBD15;
}
.BgClassName
{
background-color: #FEBD15;
}
</style>
border-color css
<style>
span { border-color: #FEBD15; }
span { border-color: rgb(254,189,21); }
td.TdClassName
{
border-color: #FEBD15;
}
.TagClassName
{
border-color: #FEBD15;
}
</style>