Shades of Moon Yellow #FEC21C
Tints of Moon Yellow #FEC21C
RGB
CMYK
RGB Variations
Color information
#FEC21C (or 0xFEC21C) is known color: Moon Yellow. HEX triplet: FE, C2 and 1C. RGB value is (254,194,28). Sum of RGB (Red+Green+Blue) = 254+194+28=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 28 (11.33% from 255 or 5.88% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC21C is #013DE3. Grayscale: #C1C1C1. Windows color (decimal): -81380 or 1884926. OLE color: 1884926.
HSL color Cylindrical-coordinate representation of color #FEC21C: hue angle of 44.07º 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 #FEC21C is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 28 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.00 |
| HSL | 44.07º | 0.99% | 0.55% | - |
| HSV(B) | 44.07º | 0.89% | 1% | - |
| XYZ | 60.37 | 59.74 | 9.45 | - |
| YUV | 193.02 | 34.88 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 28 | 0 | 0.24 | 0.89 | 0.00 | 44.07 | 0.99 | 0.55 |
| Hex | FE | C2 | 1C | 0 | 18 | 59 | 0 | 2C | 63 | 37 |
| Octal | 376 | 302 | 34 | 0 | 30 | 131 | 0 | 54 | 143 | 67 |
| Binary | 11111110 | 11000010 | 11100 | 0 | 11000 | 1011001 | 0 | 101100 | 1100011 | 110111 |
Color Harmonies of #FEC21C
Complementary color
Monochromatic Colors of #FEC21C
Black with #FEC21C
Text Example
Text Example
White with #FEC21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC21C; }
p { color: rgb(254,194,28); }
H1.HeaderClassName
{
color: #FEC21C;
}
.AnyTagClassName
{
color: #FEC21C;
}
</style>
background-color css
<style>
a { background-color: #FEC21C; }
a { background-color: rgb(254,194,28); }
div.DivClassName
{
background-color: #FEC21C;
}
.BgClassName
{
background-color: #FEC21C;
}
</style>
border-color css
<style>
span { border-color: #FEC21C; }
span { border-color: rgb(254,194,28); }
td.TdClassName
{
border-color: #FEC21C;
}
.TagClassName
{
border-color: #FEC21C;
}
</style>