Shades of Moon Yellow #FEBC1B
Tints of Moon Yellow #FEBC1B
RGB
CMYK
RGB Variations
Color information
#FEBC1B (or 0xFEBC1B) is known color: Moon Yellow. HEX triplet: FE, BC and 1B. RGB value is (254,188,27). Sum of RGB (Red+Green+Blue) = 254+188+27=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 27 (10.94% from 255 or 5.76% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC1B is #0143E4. Grayscale: #BEBEBE. Windows color (decimal): -82917 or 1817854. OLE color: 1817854.
HSL color Cylindrical-coordinate representation of color #FEBC1B: hue angle of 42.56º 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 #FEBC1B is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 27 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.00 |
| HSL | 42.56º | 0.99% | 0.55% | - |
| HSV(B) | 42.56º | 0.89% | 1% | - |
| XYZ | 59.05 | 57.12 | 8.95 | - |
| YUV | 189.38 | 36.37 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 27 | 0 | 0.26 | 0.89 | 0.00 | 42.56 | 0.99 | 0.55 |
| Hex | FE | BC | 1B | 0 | 1A | 59 | 0 | 2B | 63 | 37 |
| Octal | 376 | 274 | 33 | 0 | 32 | 131 | 0 | 53 | 143 | 67 |
| Binary | 11111110 | 10111100 | 11011 | 0 | 11010 | 1011001 | 0 | 101011 | 1100011 | 110111 |
Color Harmonies of #FEBC1B
Complementary color
Monochromatic Colors of #FEBC1B
Black with #FEBC1B
Text Example
Text Example
White with #FEBC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC1B; }
p { color: rgb(254,188,27); }
H1.HeaderClassName
{
color: #FEBC1B;
}
.AnyTagClassName
{
color: #FEBC1B;
}
</style>
background-color css
<style>
a { background-color: #FEBC1B; }
a { background-color: rgb(254,188,27); }
div.DivClassName
{
background-color: #FEBC1B;
}
.BgClassName
{
background-color: #FEBC1B;
}
</style>
border-color css
<style>
span { border-color: #FEBC1B; }
span { border-color: rgb(254,188,27); }
td.TdClassName
{
border-color: #FEBC1B;
}
.TagClassName
{
border-color: #FEBC1B;
}
</style>