Shades of Corn #FEED62
Tints of Corn #FEED62
RGB
CMYK
RGB Variations
Color information
#FEED62 (or 0xFEED62) is known color: Corn. HEX triplet: FE, ED and 62. RGB value is (254,237,98). Sum of RGB (Red+Green+Blue) = 254+237+98=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 98 (38.67% from 255 or 16.64% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED62 is #01129D. Grayscale: #E2E2E2. Windows color (decimal): -70302 or 6483454. OLE color: 6483454.
HSL color Cylindrical-coordinate representation of color #FEED62: hue angle of 53.46º 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 #FEED62 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 98 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.00 |
| HSL | 53.46º | 0.99% | 0.69% | - |
| HSV(B) | 53.46º | 0.61% | 1% | - |
| XYZ | 73.36 | 82.52 | 23.62 | - |
| YUV | 226.24 | 55.63 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 98 | 0 | 0.07 | 0.61 | 0.00 | 53.46 | 0.99 | 0.69 |
| Hex | FE | ED | 62 | 0 | 7 | 3D | 0 | 35 | 63 | 45 |
| Octal | 376 | 355 | 142 | 0 | 7 | 75 | 0 | 65 | 143 | 105 |
| Binary | 11111110 | 11101101 | 1100010 | 0 | 111 | 111101 | 0 | 110101 | 1100011 | 1000101 |
Color Harmonies of #FEED62
Complementary color
Monochromatic Colors of #FEED62
Black with #FEED62
Text Example
Text Example
White with #FEED62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED62; }
p { color: rgb(254,237,98); }
H1.HeaderClassName
{
color: #FEED62;
}
.AnyTagClassName
{
color: #FEED62;
}
</style>
background-color css
<style>
a { background-color: #FEED62; }
a { background-color: rgb(254,237,98); }
div.DivClassName
{
background-color: #FEED62;
}
.BgClassName
{
background-color: #FEED62;
}
</style>
border-color css
<style>
span { border-color: #FEED62; }
span { border-color: rgb(254,237,98); }
td.TdClassName
{
border-color: #FEED62;
}
.TagClassName
{
border-color: #FEED62;
}
</style>