Shades of Sweet Corn #FDE677
Tints of Sweet Corn #FDE677
RGB
CMYK
RGB Variations
Color information
#FDE677 (or 0xFDE677) is known color: Sweet Corn. HEX triplet: FD, E6 and 77. RGB value is (253,230,119). Sum of RGB (Red+Green+Blue) = 253+230+119=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 119 (46.88% from 255 or 19.77% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE677 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE677 is #021988. Grayscale: #E0E0E0. Windows color (decimal): -137609 or 7857917. OLE color: 7857917.
HSL color Cylindrical-coordinate representation of color #FDE677: hue angle of 49.7º 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 #FDE677 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 119 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.01 |
| HSL | 49.7º | 0.97% | 0.73% | - |
| HSV(B) | 49.7º | 0.53% | 0.99% | - |
| XYZ | 72.13 | 78.81 | 28.86 | - |
| YUV | 224.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 119 | 0 | 0.09 | 0.53 | 0.01 | 49.7 | 0.97 | 0.73 |
| Hex | FD | E6 | 77 | 0 | 9 | 35 | 1 | 32 | 61 | 49 |
| Octal | 375 | 346 | 167 | 0 | 11 | 65 | 1 | 62 | 141 | 111 |
| Binary | 11111101 | 11100110 | 1110111 | 0 | 1001 | 110101 | 1 | 110010 | 1100001 | 1001001 |
Color Harmonies of #FDE677
Complementary color
Monochromatic Colors of #FDE677
Black with #FDE677
Text Example
Text Example
White with #FDE677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE677; }
p { color: rgb(253,230,119); }
H1.HeaderClassName
{
color: #FDE677;
}
.AnyTagClassName
{
color: #FDE677;
}
</style>
background-color css
<style>
a { background-color: #FDE677; }
a { background-color: rgb(253,230,119); }
div.DivClassName
{
background-color: #FDE677;
}
.BgClassName
{
background-color: #FDE677;
}
</style>
border-color css
<style>
span { border-color: #FDE677; }
span { border-color: rgb(253,230,119); }
td.TdClassName
{
border-color: #FDE677;
}
.TagClassName
{
border-color: #FDE677;
}
</style>