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