Shades of Moon Yellow #FEC023
Tints of Moon Yellow #FEC023
RGB
CMYK
RGB Variations
Color information
#FEC023 (or 0xFEC023) is known color: Moon Yellow. HEX triplet: FE, C0 and 23. RGB value is (254,192,35). Sum of RGB (Red+Green+Blue) = 254+192+35=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 35 (14.06% from 255 or 7.28% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC023 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC023 is #013FDC. Grayscale: #C1C1C1. Windows color (decimal): -81885 or 2343166. OLE color: 2343166.
HSL color Cylindrical-coordinate representation of color #FEC023: hue angle of 43.01º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEC023 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 35 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.00 |
| HSL | 43.01º | 0.99% | 0.57% | - |
| HSV(B) | 43.01º | 0.86% | 1% | - |
| XYZ | 60.03 | 58.89 | 9.79 | - |
| YUV | 192.64 | 39.04 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 35 | 0 | 0.24 | 0.86 | 0.00 | 43.01 | 0.99 | 0.57 |
| Hex | FE | C0 | 23 | 0 | 18 | 56 | 0 | 2B | 63 | 39 |
| Octal | 376 | 300 | 43 | 0 | 30 | 126 | 0 | 53 | 143 | 71 |
| Binary | 11111110 | 11000000 | 100011 | 0 | 11000 | 1010110 | 0 | 101011 | 1100011 | 111001 |
Color Harmonies of #FEC023
Complementary color
Monochromatic Colors of #FEC023
Black with #FEC023
Text Example
Text Example
White with #FEC023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC023; }
p { color: rgb(254,192,35); }
H1.HeaderClassName
{
color: #FEC023;
}
.AnyTagClassName
{
color: #FEC023;
}
</style>
background-color css
<style>
a { background-color: #FEC023; }
a { background-color: rgb(254,192,35); }
div.DivClassName
{
background-color: #FEC023;
}
.BgClassName
{
background-color: #FEC023;
}
</style>
border-color css
<style>
span { border-color: #FEC023; }
span { border-color: rgb(254,192,35); }
td.TdClassName
{
border-color: #FEC023;
}
.TagClassName
{
border-color: #FEC023;
}
</style>