Shades of Sweet Corn #FDE077
Tints of Sweet Corn #FDE077
RGB
CMYK
RGB Variations
Color information
#FDE077 (or 0xFDE077) is known color: Sweet Corn. HEX triplet: FD, E0 and 77. RGB value is (253,224,119). Sum of RGB (Red+Green+Blue) = 253+224+119=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 119 (46.88% from 255 or 19.97% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE077 is #021F88. Grayscale: #DDDDDD. Windows color (decimal): -139145 or 7856381. OLE color: 7856381.
HSL color Cylindrical-coordinate representation of color #FDE077: hue angle of 47.01º 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 #FDE077 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 119 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.01 |
| HSL | 47.01º | 0.97% | 0.73% | - |
| HSV(B) | 47.01º | 0.53% | 0.99% | - |
| XYZ | 70.49 | 75.53 | 28.32 | - |
| YUV | 220.7 | 70.61 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 119 | 0 | 0.11 | 0.53 | 0.01 | 47.01 | 0.97 | 0.73 |
| Hex | FD | E0 | 77 | 0 | B | 35 | 1 | 2F | 61 | 49 |
| Octal | 375 | 340 | 167 | 0 | 13 | 65 | 1 | 57 | 141 | 111 |
| Binary | 11111101 | 11100000 | 1110111 | 0 | 1011 | 110101 | 1 | 101111 | 1100001 | 1001001 |
Color Harmonies of #FDE077
Complementary color
Monochromatic Colors of #FDE077
Black with #FDE077
Text Example
Text Example
White with #FDE077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE077; }
p { color: rgb(253,224,119); }
H1.HeaderClassName
{
color: #FDE077;
}
.AnyTagClassName
{
color: #FDE077;
}
</style>
background-color css
<style>
a { background-color: #FDE077; }
a { background-color: rgb(253,224,119); }
div.DivClassName
{
background-color: #FDE077;
}
.BgClassName
{
background-color: #FDE077;
}
</style>
border-color css
<style>
span { border-color: #FDE077; }
span { border-color: rgb(253,224,119); }
td.TdClassName
{
border-color: #FDE077;
}
.TagClassName
{
border-color: #FDE077;
}
</style>