Shades of Sweet Corn #FDE17E
Tints of Sweet Corn #FDE17E
RGB
CMYK
RGB Variations
Color information
#FDE17E (or 0xFDE17E) is known color: Sweet Corn. HEX triplet: FD, E1 and 7E. RGB value is (253,225,126). Sum of RGB (Red+Green+Blue) = 253+225+126=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 126 (49.61% from 255 or 20.86% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE17E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE17E is #021E81. Grayscale: #DEDEDE. Windows color (decimal): -138882 or 8315389. OLE color: 8315389.
HSL color Cylindrical-coordinate representation of color #FDE17E: hue angle of 46.77º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDE17E is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 126 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.01 |
| HSL | 46.77º | 0.97% | 0.74% | - |
| HSV(B) | 46.77º | 0.5% | 0.99% | - |
| XYZ | 71.2 | 76.24 | 30.7 | - |
| YUV | 222.09 | 73.78 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 126 | 0 | 0.11 | 0.50 | 0.01 | 46.77 | 0.97 | 0.74 |
| Hex | FD | E1 | 7E | 0 | B | 32 | 1 | 2F | 61 | 4A |
| Octal | 375 | 341 | 176 | 0 | 13 | 62 | 1 | 57 | 141 | 112 |
| Binary | 11111101 | 11100001 | 1111110 | 0 | 1011 | 110010 | 1 | 101111 | 1100001 | 1001010 |
Color Harmonies of #FDE17E
Complementary color
Monochromatic Colors of #FDE17E
Black with #FDE17E
Text Example
Text Example
White with #FDE17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE17E; }
p { color: rgb(253,225,126); }
H1.HeaderClassName
{
color: #FDE17E;
}
.AnyTagClassName
{
color: #FDE17E;
}
</style>
background-color css
<style>
a { background-color: #FDE17E; }
a { background-color: rgb(253,225,126); }
div.DivClassName
{
background-color: #FDE17E;
}
.BgClassName
{
background-color: #FDE17E;
}
</style>
border-color css
<style>
span { border-color: #FDE17E; }
span { border-color: rgb(253,225,126); }
td.TdClassName
{
border-color: #FDE17E;
}
.TagClassName
{
border-color: #FDE17E;
}
</style>