Shades of Moon Yellow #FEC31E
Tints of Moon Yellow #FEC31E
RGB
CMYK
RGB Variations
Color information
#FEC31E (or 0xFEC31E) is known color: Moon Yellow. HEX triplet: FE, C3 and 1E. RGB value is (254,195,30). Sum of RGB (Red+Green+Blue) = 254+195+30=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 30 (12.11% from 255 or 6.26% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC31E is #013CE1. Grayscale: #C2C2C2. Windows color (decimal): -81122 or 2016254. OLE color: 2016254.
HSL color Cylindrical-coordinate representation of color #FEC31E: hue angle of 44.2º 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 #FEC31E is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 30 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.00 |
| HSL | 44.2º | 0.99% | 0.56% | - |
| HSV(B) | 44.2º | 0.88% | 1% | - |
| XYZ | 60.62 | 60.19 | 9.65 | - |
| YUV | 193.83 | 35.55 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 30 | 0 | 0.23 | 0.88 | 0.00 | 44.2 | 0.99 | 0.56 |
| Hex | FE | C3 | 1E | 0 | 17 | 58 | 0 | 2C | 63 | 38 |
| Octal | 376 | 303 | 36 | 0 | 27 | 130 | 0 | 54 | 143 | 70 |
| Binary | 11111110 | 11000011 | 11110 | 0 | 10111 | 1011000 | 0 | 101100 | 1100011 | 111000 |
Color Harmonies of #FEC31E
Complementary color
Monochromatic Colors of #FEC31E
Black with #FEC31E
Text Example
Text Example
White with #FEC31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC31E; }
p { color: rgb(254,195,30); }
H1.HeaderClassName
{
color: #FEC31E;
}
.AnyTagClassName
{
color: #FEC31E;
}
</style>
background-color css
<style>
a { background-color: #FEC31E; }
a { background-color: rgb(254,195,30); }
div.DivClassName
{
background-color: #FEC31E;
}
.BgClassName
{
background-color: #FEC31E;
}
</style>
border-color css
<style>
span { border-color: #FEC31E; }
span { border-color: rgb(254,195,30); }
td.TdClassName
{
border-color: #FEC31E;
}
.TagClassName
{
border-color: #FEC31E;
}
</style>