Shades of Sweet Corn #FDE577
Tints of Sweet Corn #FDE577
RGB
CMYK
RGB Variations
Color information
#FDE577 (or 0xFDE577) is known color: Sweet Corn. HEX triplet: FD, E5 and 77. RGB value is (253,229,119). Sum of RGB (Red+Green+Blue) = 253+229+119=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 119 (46.88% from 255 or 19.80% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE577 is #021A88. Grayscale: #E0E0E0. Windows color (decimal): -137865 or 7857661. OLE color: 7857661.
HSL color Cylindrical-coordinate representation of color #FDE577: hue angle of 49.25º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDE577 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 119 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.01 |
| HSL | 49.25º | 0.97% | 0.73% | - |
| HSV(B) | 49.25º | 0.53% | 0.99% | - |
| XYZ | 71.86 | 78.25 | 28.77 | - |
| YUV | 223.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 119 | 0 | 0.09 | 0.53 | 0.01 | 49.25 | 0.97 | 0.73 |
| Hex | FD | E5 | 77 | 0 | 9 | 35 | 1 | 31 | 61 | 49 |
| Octal | 375 | 345 | 167 | 0 | 11 | 65 | 1 | 61 | 141 | 111 |
| Binary | 11111101 | 11100101 | 1110111 | 0 | 1001 | 110101 | 1 | 110001 | 1100001 | 1001001 |
Color Harmonies of #FDE577
Complementary color
Monochromatic Colors of #FDE577
Black with #FDE577
Text Example
Text Example
White with #FDE577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE577; }
p { color: rgb(253,229,119); }
H1.HeaderClassName
{
color: #FDE577;
}
.AnyTagClassName
{
color: #FDE577;
}
</style>
background-color css
<style>
a { background-color: #FDE577; }
a { background-color: rgb(253,229,119); }
div.DivClassName
{
background-color: #FDE577;
}
.BgClassName
{
background-color: #FDE577;
}
</style>
border-color css
<style>
span { border-color: #FDE577; }
span { border-color: rgb(253,229,119); }
td.TdClassName
{
border-color: #FDE577;
}
.TagClassName
{
border-color: #FDE577;
}
</style>