Shades of Sweet Corn #FDE076
Tints of Sweet Corn #FDE076
RGB
CMYK
RGB Variations
Color information
#FDE076 (or 0xFDE076) is known color: Sweet Corn. HEX triplet: FD, E0 and 76. RGB value is (253,224,118). Sum of RGB (Red+Green+Blue) = 253+224+118=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 118 (46.48% from 255 or 19.83% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE076 is #021F89. Grayscale: #DDDDDD. Windows color (decimal): -139146 or 7790845. OLE color: 7790845.
HSL color Cylindrical-coordinate representation of color #FDE076: hue angle of 47.11º 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 #FDE076 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 118 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.01 |
| HSL | 47.11º | 0.97% | 0.73% | - |
| HSV(B) | 47.11º | 0.53% | 0.99% | - |
| XYZ | 70.43 | 75.5 | 28 | - |
| YUV | 220.59 | 70.11 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 118 | 0 | 0.11 | 0.53 | 0.01 | 47.11 | 0.97 | 0.73 |
| Hex | FD | E0 | 76 | 0 | B | 35 | 1 | 2F | 61 | 49 |
| Octal | 375 | 340 | 166 | 0 | 13 | 65 | 1 | 57 | 141 | 111 |
| Binary | 11111101 | 11100000 | 1110110 | 0 | 1011 | 110101 | 1 | 101111 | 1100001 | 1001001 |
Color Harmonies of #FDE076
Complementary color
Monochromatic Colors of #FDE076
Black with #FDE076
Text Example
Text Example
White with #FDE076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE076; }
p { color: rgb(253,224,118); }
H1.HeaderClassName
{
color: #FDE076;
}
.AnyTagClassName
{
color: #FDE076;
}
</style>
background-color css
<style>
a { background-color: #FDE076; }
a { background-color: rgb(253,224,118); }
div.DivClassName
{
background-color: #FDE076;
}
.BgClassName
{
background-color: #FDE076;
}
</style>
border-color css
<style>
span { border-color: #FDE076; }
span { border-color: rgb(253,224,118); }
td.TdClassName
{
border-color: #FDE076;
}
.TagClassName
{
border-color: #FDE076;
}
</style>