Shades of Corn #FEE663
Tints of Corn #FEE663
RGB
CMYK
RGB Variations
Color information
#FEE663 (or 0xFEE663) is known color: Corn. HEX triplet: FE, E6 and 63. RGB value is (254,230,99). Sum of RGB (Red+Green+Blue) = 254+230+99=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 99 (39.06% from 255 or 16.98% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE663 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE663 is #01199C. Grayscale: #DEDEDE. Windows color (decimal): -72093 or 6547198. OLE color: 6547198.
HSL color Cylindrical-coordinate representation of color #FEE663: hue angle of 50.71º 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 #FEE663 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 99 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.00 |
| HSL | 50.71º | 0.99% | 0.69% | - |
| HSV(B) | 50.71º | 0.61% | 1% | - |
| XYZ | 71.42 | 78.57 | 23.2 | - |
| YUV | 222.24 | 58.45 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 99 | 0 | 0.09 | 0.61 | 0.00 | 50.71 | 0.99 | 0.69 |
| Hex | FE | E6 | 63 | 0 | 9 | 3D | 0 | 33 | 63 | 45 |
| Octal | 376 | 346 | 143 | 0 | 11 | 75 | 0 | 63 | 143 | 105 |
| Binary | 11111110 | 11100110 | 1100011 | 0 | 1001 | 111101 | 0 | 110011 | 1100011 | 1000101 |
Color Harmonies of #FEE663
Complementary color
Monochromatic Colors of #FEE663
Black with #FEE663
Text Example
Text Example
White with #FEE663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE663; }
p { color: rgb(254,230,99); }
H1.HeaderClassName
{
color: #FEE663;
}
.AnyTagClassName
{
color: #FEE663;
}
</style>
background-color css
<style>
a { background-color: #FEE663; }
a { background-color: rgb(254,230,99); }
div.DivClassName
{
background-color: #FEE663;
}
.BgClassName
{
background-color: #FEE663;
}
</style>
border-color css
<style>
span { border-color: #FEE663; }
span { border-color: rgb(254,230,99); }
td.TdClassName
{
border-color: #FEE663;
}
.TagClassName
{
border-color: #FEE663;
}
</style>