Shades of Sweet Corn #FEDE75
Tints of Sweet Corn #FEDE75
RGB
CMYK
RGB Variations
Color information
#FEDE75 (or 0xFEDE75) is known color: Sweet Corn. HEX triplet: FE, DE and 75. RGB value is (254,222,117). Sum of RGB (Red+Green+Blue) = 254+222+117=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 117 (46.09% from 255 or 19.73% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE75 is #01218A. Grayscale: #DCDCDC. Windows color (decimal): -74123 or 7724798. OLE color: 7724798.
HSL color Cylindrical-coordinate representation of color #FEDE75: hue angle of 45.99º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEDE75 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 117 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.00 |
| HSL | 45.99º | 0.99% | 0.73% | - |
| HSV(B) | 45.99º | 0.54% | 1% | - |
| XYZ | 70.21 | 74.6 | 27.53 | - |
| YUV | 219.6 | 70.1 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 117 | 0 | 0.13 | 0.54 | 0.00 | 45.99 | 0.99 | 0.73 |
| Hex | FE | DE | 75 | 0 | D | 36 | 0 | 2E | 63 | 49 |
| Octal | 376 | 336 | 165 | 0 | 15 | 66 | 0 | 56 | 143 | 111 |
| Binary | 11111110 | 11011110 | 1110101 | 0 | 1101 | 110110 | 0 | 101110 | 1100011 | 1001001 |
Color Harmonies of #FEDE75
Complementary color
Monochromatic Colors of #FEDE75
Black with #FEDE75
Text Example
Text Example
White with #FEDE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE75; }
p { color: rgb(254,222,117); }
H1.HeaderClassName
{
color: #FEDE75;
}
.AnyTagClassName
{
color: #FEDE75;
}
</style>
background-color css
<style>
a { background-color: #FEDE75; }
a { background-color: rgb(254,222,117); }
div.DivClassName
{
background-color: #FEDE75;
}
.BgClassName
{
background-color: #FEDE75;
}
</style>
border-color css
<style>
span { border-color: #FEDE75; }
span { border-color: rgb(254,222,117); }
td.TdClassName
{
border-color: #FEDE75;
}
.TagClassName
{
border-color: #FEDE75;
}
</style>