Shades of Moon Yellow #FEC022
Tints of Moon Yellow #FEC022
RGB
CMYK
RGB Variations
Color information
#FEC022 (or 0xFEC022) is known color: Moon Yellow. HEX triplet: FE, C0 and 22. RGB value is (254,192,34). Sum of RGB (Red+Green+Blue) = 254+192+34=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 34 (13.67% from 255 or 7.08% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC022 is #013FDD. Grayscale: #C1C1C1. Windows color (decimal): -81886 or 2277630. OLE color: 2277630.
HSL color Cylindrical-coordinate representation of color #FEC022: hue angle of 43.09º 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 #FEC022 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 34 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.00 |
| HSL | 43.09º | 0.99% | 0.56% | - |
| HSV(B) | 43.09º | 0.87% | 1% | - |
| XYZ | 60.01 | 58.89 | 9.72 | - |
| YUV | 192.53 | 38.54 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 34 | 0 | 0.24 | 0.87 | 0.00 | 43.09 | 0.99 | 0.56 |
| Hex | FE | C0 | 22 | 0 | 18 | 57 | 0 | 2B | 63 | 38 |
| Octal | 376 | 300 | 42 | 0 | 30 | 127 | 0 | 53 | 143 | 70 |
| Binary | 11111110 | 11000000 | 100010 | 0 | 11000 | 1010111 | 0 | 101011 | 1100011 | 111000 |
Color Harmonies of #FEC022
Complementary color
Monochromatic Colors of #FEC022
Black with #FEC022
Text Example
Text Example
White with #FEC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC022; }
p { color: rgb(254,192,34); }
H1.HeaderClassName
{
color: #FEC022;
}
.AnyTagClassName
{
color: #FEC022;
}
</style>
background-color css
<style>
a { background-color: #FEC022; }
a { background-color: rgb(254,192,34); }
div.DivClassName
{
background-color: #FEC022;
}
.BgClassName
{
background-color: #FEC022;
}
</style>
border-color css
<style>
span { border-color: #FEC022; }
span { border-color: rgb(254,192,34); }
td.TdClassName
{
border-color: #FEC022;
}
.TagClassName
{
border-color: #FEC022;
}
</style>