Shades of Moon Yellow #FEC01E
Tints of Moon Yellow #FEC01E
RGB
CMYK
RGB Variations
Color information
#FEC01E (or 0xFEC01E) is known color: Moon Yellow. HEX triplet: FE, C0 and 1E. RGB value is (254,192,30). Sum of RGB (Red+Green+Blue) = 254+192+30=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 30 (12.11% from 255 or 6.30% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC01E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC01E is #013FE1. Grayscale: #C0C0C0. Windows color (decimal): -81890 or 2015486. OLE color: 2015486.
HSL color Cylindrical-coordinate representation of color #FEC01E: hue angle of 43.39º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FEC01E is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 30 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.00 |
| HSL | 43.39º | 0.99% | 0.56% | - |
| HSV(B) | 43.39º | 0.88% | 1% | - |
| XYZ | 59.96 | 58.86 | 9.43 | - |
| YUV | 192.07 | 36.54 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 30 | 0 | 0.24 | 0.88 | 0.00 | 43.39 | 0.99 | 0.56 |
| Hex | FE | C0 | 1E | 0 | 18 | 58 | 0 | 2B | 63 | 38 |
| Octal | 376 | 300 | 36 | 0 | 30 | 130 | 0 | 53 | 143 | 70 |
| Binary | 11111110 | 11000000 | 11110 | 0 | 11000 | 1011000 | 0 | 101011 | 1100011 | 111000 |
Color Harmonies of #FEC01E
Complementary color
Monochromatic Colors of #FEC01E
Black with #FEC01E
Text Example
Text Example
White with #FEC01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC01E; }
p { color: rgb(254,192,30); }
H1.HeaderClassName
{
color: #FEC01E;
}
.AnyTagClassName
{
color: #FEC01E;
}
</style>
background-color css
<style>
a { background-color: #FEC01E; }
a { background-color: rgb(254,192,30); }
div.DivClassName
{
background-color: #FEC01E;
}
.BgClassName
{
background-color: #FEC01E;
}
</style>
border-color css
<style>
span { border-color: #FEC01E; }
span { border-color: rgb(254,192,30); }
td.TdClassName
{
border-color: #FEC01E;
}
.TagClassName
{
border-color: #FEC01E;
}
</style>