Shades of Corn #FEE463
Tints of Corn #FEE463
RGB
CMYK
RGB Variations
Color information
#FEE463 (or 0xFEE463) is known color: Corn. HEX triplet: FE, E4 and 63. RGB value is (254,228,99). Sum of RGB (Red+Green+Blue) = 254+228+99=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 99 (39.06% from 255 or 17.04% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE463 is #011B9C. Grayscale: #DDDDDD. Windows color (decimal): -72605 or 6546686. OLE color: 6546686.
HSL color Cylindrical-coordinate representation of color #FEE463: hue angle of 49.94º 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 #FEE463 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 99 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.00 |
| HSL | 49.94º | 0.99% | 0.69% | - |
| HSV(B) | 49.94º | 0.61% | 1% | - |
| XYZ | 70.87 | 77.46 | 23.02 | - |
| YUV | 221.07 | 59.11 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 99 | 0 | 0.10 | 0.61 | 0.00 | 49.94 | 0.99 | 0.69 |
| Hex | FE | E4 | 63 | 0 | A | 3D | 0 | 32 | 63 | 45 |
| Octal | 376 | 344 | 143 | 0 | 12 | 75 | 0 | 62 | 143 | 105 |
| Binary | 11111110 | 11100100 | 1100011 | 0 | 1010 | 111101 | 0 | 110010 | 1100011 | 1000101 |
Color Harmonies of #FEE463
Complementary color
Monochromatic Colors of #FEE463
Black with #FEE463
Text Example
Text Example
White with #FEE463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE463; }
p { color: rgb(254,228,99); }
H1.HeaderClassName
{
color: #FEE463;
}
.AnyTagClassName
{
color: #FEE463;
}
</style>
background-color css
<style>
a { background-color: #FEE463; }
a { background-color: rgb(254,228,99); }
div.DivClassName
{
background-color: #FEE463;
}
.BgClassName
{
background-color: #FEE463;
}
</style>
border-color css
<style>
span { border-color: #FEE463; }
span { border-color: rgb(254,228,99); }
td.TdClassName
{
border-color: #FEE463;
}
.TagClassName
{
border-color: #FEE463;
}
</style>