Shades of Corn #FEE962
Tints of Corn #FEE962
RGB
CMYK
RGB Variations
Color information
#FEE962 (or 0xFEE962) is known color: Corn. HEX triplet: FE, E9 and 62. RGB value is (254,233,98). Sum of RGB (Red+Green+Blue) = 254+233+98=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 233 (91.41% from 255 or 39.83% from 585); Blue value is 98 (38.67% from 255 or 16.75% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE962 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE962 is #01169D. Grayscale: #E0E0E0. Windows color (decimal): -71326 or 6482430. OLE color: 6482430.
HSL color Cylindrical-coordinate representation of color #FEE962: hue angle of 51.92º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEE962 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 98 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.00 |
| HSL | 51.92º | 0.99% | 0.69% | - |
| HSV(B) | 51.92º | 0.61% | 1% | - |
| XYZ | 72.22 | 80.23 | 23.24 | - |
| YUV | 223.89 | 56.96 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 98 | 0 | 0.08 | 0.61 | 0.00 | 51.92 | 0.99 | 0.69 |
| Hex | FE | E9 | 62 | 0 | 8 | 3D | 0 | 34 | 63 | 45 |
| Octal | 376 | 351 | 142 | 0 | 10 | 75 | 0 | 64 | 143 | 105 |
| Binary | 11111110 | 11101001 | 1100010 | 0 | 1000 | 111101 | 0 | 110100 | 1100011 | 1000101 |
Color Harmonies of #FEE962
Complementary color
Monochromatic Colors of #FEE962
Black with #FEE962
Text Example
Text Example
White with #FEE962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE962; }
p { color: rgb(254,233,98); }
H1.HeaderClassName
{
color: #FEE962;
}
.AnyTagClassName
{
color: #FEE962;
}
</style>
background-color css
<style>
a { background-color: #FEE962; }
a { background-color: rgb(254,233,98); }
div.DivClassName
{
background-color: #FEE962;
}
.BgClassName
{
background-color: #FEE962;
}
</style>
border-color css
<style>
span { border-color: #FEE962; }
span { border-color: rgb(254,233,98); }
td.TdClassName
{
border-color: #FEE962;
}
.TagClassName
{
border-color: #FEE962;
}
</style>