Shades of Moon Yellow #FEC31C
Tints of Moon Yellow #FEC31C
RGB
CMYK
RGB Variations
Color information
#FEC31C (or 0xFEC31C) is known color: Moon Yellow. HEX triplet: FE, C3 and 1C. RGB value is (254,195,28). Sum of RGB (Red+Green+Blue) = 254+195+28=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC31C is #013CE3. Grayscale: #C2C2C2. Windows color (decimal): -81124 or 1885182. OLE color: 1885182.
HSL color Cylindrical-coordinate representation of color #FEC31C: hue angle of 44.34º 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 #FEC31C is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 28 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.00 |
| HSL | 44.34º | 0.99% | 0.55% | - |
| HSV(B) | 44.34º | 0.89% | 1% | - |
| XYZ | 60.6 | 60.18 | 9.52 | - |
| YUV | 193.6 | 34.55 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 28 | 0 | 0.23 | 0.89 | 0.00 | 44.34 | 0.99 | 0.55 |
| Hex | FE | C3 | 1C | 0 | 17 | 59 | 0 | 2C | 63 | 37 |
| Octal | 376 | 303 | 34 | 0 | 27 | 131 | 0 | 54 | 143 | 67 |
| Binary | 11111110 | 11000011 | 11100 | 0 | 10111 | 1011001 | 0 | 101100 | 1100011 | 110111 |
Color Harmonies of #FEC31C
Complementary color
Monochromatic Colors of #FEC31C
Black with #FEC31C
Text Example
Text Example
White with #FEC31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC31C; }
p { color: rgb(254,195,28); }
H1.HeaderClassName
{
color: #FEC31C;
}
.AnyTagClassName
{
color: #FEC31C;
}
</style>
background-color css
<style>
a { background-color: #FEC31C; }
a { background-color: rgb(254,195,28); }
div.DivClassName
{
background-color: #FEC31C;
}
.BgClassName
{
background-color: #FEC31C;
}
</style>
border-color css
<style>
span { border-color: #FEC31C; }
span { border-color: rgb(254,195,28); }
td.TdClassName
{
border-color: #FEC31C;
}
.TagClassName
{
border-color: #FEC31C;
}
</style>