Shades of Moon Yellow #FEC11A
Tints of Moon Yellow #FEC11A
RGB
CMYK
RGB Variations
Color information
#FEC11A (or 0xFEC11A) is known color: Moon Yellow. HEX triplet: FE, C1 and 1A. RGB value is (254,193,26). Sum of RGB (Red+Green+Blue) = 254+193+26=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 26 (10.55% from 255 or 5.50% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC11A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC11A is #013EE5. Grayscale: #C0C0C0. Windows color (decimal): -81638 or 1753598. OLE color: 1753598.
HSL color Cylindrical-coordinate representation of color #FEC11A: hue angle of 43.95º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEC11A is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 26 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.00 |
| HSL | 43.95º | 0.99% | 0.55% | - |
| HSV(B) | 43.95º | 0.9% | 1% | - |
| XYZ | 60.13 | 59.29 | 9.25 | - |
| YUV | 192.2 | 34.21 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 26 | 0 | 0.24 | 0.90 | 0.00 | 43.95 | 0.99 | 0.55 |
| Hex | FE | C1 | 1A | 0 | 18 | 5A | 0 | 2C | 63 | 37 |
| Octal | 376 | 301 | 32 | 0 | 30 | 132 | 0 | 54 | 143 | 67 |
| Binary | 11111110 | 11000001 | 11010 | 0 | 11000 | 1011010 | 0 | 101100 | 1100011 | 110111 |
Color Harmonies of #FEC11A
Complementary color
Monochromatic Colors of #FEC11A
Black with #FEC11A
Text Example
Text Example
White with #FEC11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC11A; }
p { color: rgb(254,193,26); }
H1.HeaderClassName
{
color: #FEC11A;
}
.AnyTagClassName
{
color: #FEC11A;
}
</style>
background-color css
<style>
a { background-color: #FEC11A; }
a { background-color: rgb(254,193,26); }
div.DivClassName
{
background-color: #FEC11A;
}
.BgClassName
{
background-color: #FEC11A;
}
</style>
border-color css
<style>
span { border-color: #FEC11A; }
span { border-color: rgb(254,193,26); }
td.TdClassName
{
border-color: #FEC11A;
}
.TagClassName
{
border-color: #FEC11A;
}
</style>