Shades of Moon Yellow #FEBC1D
Tints of Moon Yellow #FEBC1D
RGB
CMYK
RGB Variations
Color information
#FEBC1D (or 0xFEBC1D) is known color: Moon Yellow. HEX triplet: FE, BC and 1D. RGB value is (254,188,29). Sum of RGB (Red+Green+Blue) = 254+188+29=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 29 (11.72% from 255 or 6.16% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC1D is #0143E2. Grayscale: #BEBEBE. Windows color (decimal): -82915 or 1948926. OLE color: 1948926.
HSL color Cylindrical-coordinate representation of color #FEBC1D: hue angle of 42.4º 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 #FEBC1D is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 29 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.00 |
| HSL | 42.4º | 0.99% | 0.55% | - |
| HSV(B) | 42.4º | 0.89% | 1% | - |
| XYZ | 59.08 | 57.13 | 9.08 | - |
| YUV | 189.61 | 37.37 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 29 | 0 | 0.26 | 0.89 | 0.00 | 42.4 | 0.99 | 0.55 |
| Hex | FE | BC | 1D | 0 | 1A | 59 | 0 | 2A | 63 | 37 |
| Octal | 376 | 274 | 35 | 0 | 32 | 131 | 0 | 52 | 143 | 67 |
| Binary | 11111110 | 10111100 | 11101 | 0 | 11010 | 1011001 | 0 | 101010 | 1100011 | 110111 |
Color Harmonies of #FEBC1D
Complementary color
Monochromatic Colors of #FEBC1D
Black with #FEBC1D
Text Example
Text Example
White with #FEBC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC1D; }
p { color: rgb(254,188,29); }
H1.HeaderClassName
{
color: #FEBC1D;
}
.AnyTagClassName
{
color: #FEBC1D;
}
</style>
background-color css
<style>
a { background-color: #FEBC1D; }
a { background-color: rgb(254,188,29); }
div.DivClassName
{
background-color: #FEBC1D;
}
.BgClassName
{
background-color: #FEBC1D;
}
</style>
border-color css
<style>
span { border-color: #FEBC1D; }
span { border-color: rgb(254,188,29); }
td.TdClassName
{
border-color: #FEBC1D;
}
.TagClassName
{
border-color: #FEBC1D;
}
</style>