Shades of Moon Yellow #FEC122
Tints of Moon Yellow #FEC122
RGB
CMYK
RGB Variations
Color information
#FEC122 (or 0xFEC122) is known color: Moon Yellow. HEX triplet: FE, C1 and 22. RGB value is (254,193,34). Sum of RGB (Red+Green+Blue) = 254+193+34=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 34 (13.67% from 255 or 7.07% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC122 is #013EDD. Grayscale: #C1C1C1. Windows color (decimal): -81630 or 2277886. OLE color: 2277886.
HSL color Cylindrical-coordinate representation of color #FEC122: hue angle of 43.36º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEC122 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 34 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.00 |
| HSL | 43.36º | 0.99% | 0.56% | - |
| HSV(B) | 43.36º | 0.87% | 1% | - |
| XYZ | 60.23 | 59.33 | 9.79 | - |
| YUV | 193.11 | 38.21 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 34 | 0 | 0.24 | 0.87 | 0.00 | 43.36 | 0.99 | 0.56 |
| Hex | FE | C1 | 22 | 0 | 18 | 57 | 0 | 2B | 63 | 38 |
| Octal | 376 | 301 | 42 | 0 | 30 | 127 | 0 | 53 | 143 | 70 |
| Binary | 11111110 | 11000001 | 100010 | 0 | 11000 | 1010111 | 0 | 101011 | 1100011 | 111000 |
Color Harmonies of #FEC122
Complementary color
Monochromatic Colors of #FEC122
Black with #FEC122
Text Example
Text Example
White with #FEC122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC122; }
p { color: rgb(254,193,34); }
H1.HeaderClassName
{
color: #FEC122;
}
.AnyTagClassName
{
color: #FEC122;
}
</style>
background-color css
<style>
a { background-color: #FEC122; }
a { background-color: rgb(254,193,34); }
div.DivClassName
{
background-color: #FEC122;
}
.BgClassName
{
background-color: #FEC122;
}
</style>
border-color css
<style>
span { border-color: #FEC122; }
span { border-color: rgb(254,193,34); }
td.TdClassName
{
border-color: #FEC122;
}
.TagClassName
{
border-color: #FEC122;
}
</style>