Shades of Moon Yellow #FEBC18
Tints of Moon Yellow #FEBC18
RGB
CMYK
RGB Variations
Color information
#FEBC18 (or 0xFEBC18) is known color: Moon Yellow. HEX triplet: FE, BC and 18. RGB value is (254,188,24). Sum of RGB (Red+Green+Blue) = 254+188+24=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 24 (9.77% from 255 or 5.15% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBC18 is #0143E7. Grayscale: #BDBDBD. Windows color (decimal): -82920 or 1621246. OLE color: 1621246.
HSL color Cylindrical-coordinate representation of color #FEBC18: hue angle of 42.78º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEBC18 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 24 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.00 |
| HSL | 42.78º | 0.99% | 0.55% | - |
| HSV(B) | 42.78º | 0.91% | 1% | - |
| XYZ | 59.02 | 57.1 | 8.78 | - |
| YUV | 189.04 | 34.87 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 24 | 0 | 0.26 | 0.91 | 0.00 | 42.78 | 0.99 | 0.55 |
| Hex | FE | BC | 18 | 0 | 1A | 5B | 0 | 2B | 63 | 37 |
| Octal | 376 | 274 | 30 | 0 | 32 | 133 | 0 | 53 | 143 | 67 |
| Binary | 11111110 | 10111100 | 11000 | 0 | 11010 | 1011011 | 0 | 101011 | 1100011 | 110111 |
Color Harmonies of #FEBC18
Complementary color
Monochromatic Colors of #FEBC18
Black with #FEBC18
Text Example
Text Example
White with #FEBC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC18; }
p { color: rgb(254,188,24); }
H1.HeaderClassName
{
color: #FEBC18;
}
.AnyTagClassName
{
color: #FEBC18;
}
</style>
background-color css
<style>
a { background-color: #FEBC18; }
a { background-color: rgb(254,188,24); }
div.DivClassName
{
background-color: #FEBC18;
}
.BgClassName
{
background-color: #FEBC18;
}
</style>
border-color css
<style>
span { border-color: #FEBC18; }
span { border-color: rgb(254,188,24); }
td.TdClassName
{
border-color: #FEBC18;
}
.TagClassName
{
border-color: #FEBC18;
}
</style>