Shades of Sweet Corn #FDE06E
Tints of Sweet Corn #FDE06E
RGB
CMYK
RGB Variations
Color information
#FDE06E (or 0xFDE06E) is known color: Sweet Corn. HEX triplet: FD, E0 and 6E. RGB value is (253,224,110). Sum of RGB (Red+Green+Blue) = 253+224+110=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 110 (43.36% from 255 or 18.74% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE06E is #021F91. Grayscale: #DCDCDC. Windows color (decimal): -139154 or 7266557. OLE color: 7266557.
HSL color Cylindrical-coordinate representation of color #FDE06E: hue angle of 47.83º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDE06E is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 110 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.01 |
| HSL | 47.83º | 0.97% | 0.71% | - |
| HSV(B) | 47.83º | 0.57% | 0.99% | - |
| XYZ | 69.98 | 75.32 | 25.6 | - |
| YUV | 219.68 | 66.11 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 110 | 0 | 0.11 | 0.57 | 0.01 | 47.83 | 0.97 | 0.71 |
| Hex | FD | E0 | 6E | 0 | B | 39 | 1 | 30 | 61 | 47 |
| Octal | 375 | 340 | 156 | 0 | 13 | 71 | 1 | 60 | 141 | 107 |
| Binary | 11111101 | 11100000 | 1101110 | 0 | 1011 | 111001 | 1 | 110000 | 1100001 | 1000111 |
Color Harmonies of #FDE06E
Complementary color
Monochromatic Colors of #FDE06E
Black with #FDE06E
Text Example
Text Example
White with #FDE06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE06E; }
p { color: rgb(253,224,110); }
H1.HeaderClassName
{
color: #FDE06E;
}
.AnyTagClassName
{
color: #FDE06E;
}
</style>
background-color css
<style>
a { background-color: #FDE06E; }
a { background-color: rgb(253,224,110); }
div.DivClassName
{
background-color: #FDE06E;
}
.BgClassName
{
background-color: #FDE06E;
}
</style>
border-color css
<style>
span { border-color: #FDE06E; }
span { border-color: rgb(253,224,110); }
td.TdClassName
{
border-color: #FDE06E;
}
.TagClassName
{
border-color: #FDE06E;
}
</style>