Shades of Sweet Corn #FDE77E
Tints of Sweet Corn #FDE77E
RGB
CMYK
RGB Variations
Color information
#FDE77E (or 0xFDE77E) is known color: Sweet Corn. HEX triplet: FD, E7 and 7E. RGB value is (253,231,126). Sum of RGB (Red+Green+Blue) = 253+231+126=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 126 (49.61% from 255 or 20.66% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE77E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE77E is #021881. Grayscale: #E2E2E2. Windows color (decimal): -137346 or 8316925. OLE color: 8316925.
HSL color Cylindrical-coordinate representation of color #FDE77E: hue angle of 49.61º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDE77E is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 126 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.01 |
| HSL | 49.61º | 0.97% | 0.74% | - |
| HSV(B) | 49.61º | 0.5% | 0.99% | - |
| XYZ | 72.85 | 79.54 | 31.25 | - |
| YUV | 225.61 | 71.79 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 126 | 0 | 0.09 | 0.50 | 0.01 | 49.61 | 0.97 | 0.74 |
| Hex | FD | E7 | 7E | 0 | 9 | 32 | 1 | 32 | 61 | 4A |
| Octal | 375 | 347 | 176 | 0 | 11 | 62 | 1 | 62 | 141 | 112 |
| Binary | 11111101 | 11100111 | 1111110 | 0 | 1001 | 110010 | 1 | 110010 | 1100001 | 1001010 |
Color Harmonies of #FDE77E
Complementary color
Monochromatic Colors of #FDE77E
Black with #FDE77E
Text Example
Text Example
White with #FDE77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE77E; }
p { color: rgb(253,231,126); }
H1.HeaderClassName
{
color: #FDE77E;
}
.AnyTagClassName
{
color: #FDE77E;
}
</style>
background-color css
<style>
a { background-color: #FDE77E; }
a { background-color: rgb(253,231,126); }
div.DivClassName
{
background-color: #FDE77E;
}
.BgClassName
{
background-color: #FDE77E;
}
</style>
border-color css
<style>
span { border-color: #FDE77E; }
span { border-color: rgb(253,231,126); }
td.TdClassName
{
border-color: #FDE77E;
}
.TagClassName
{
border-color: #FDE77E;
}
</style>