Shades of Sweet Corn #FDE179
Tints of Sweet Corn #FDE179
RGB
CMYK
RGB Variations
Color information
#FDE179 (or 0xFDE179) is known color: Sweet Corn. HEX triplet: FD, E1 and 79. RGB value is (253,225,121). Sum of RGB (Red+Green+Blue) = 253+225+121=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 121 (47.66% from 255 or 20.20% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE179 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE179 is #021E86. Grayscale: #DDDDDD. Windows color (decimal): -138887 or 7987709. OLE color: 7987709.
HSL color Cylindrical-coordinate representation of color #FDE179: hue angle of 47.27º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDE179 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 121 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.01 |
| HSL | 47.27º | 0.97% | 0.73% | - |
| HSV(B) | 47.27º | 0.52% | 0.99% | - |
| XYZ | 70.88 | 76.11 | 29.04 | - |
| YUV | 221.52 | 71.28 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 121 | 0 | 0.11 | 0.52 | 0.01 | 47.27 | 0.97 | 0.73 |
| Hex | FD | E1 | 79 | 0 | B | 34 | 1 | 2F | 61 | 49 |
| Octal | 375 | 341 | 171 | 0 | 13 | 64 | 1 | 57 | 141 | 111 |
| Binary | 11111101 | 11100001 | 1111001 | 0 | 1011 | 110100 | 1 | 101111 | 1100001 | 1001001 |
Color Harmonies of #FDE179
Complementary color
Monochromatic Colors of #FDE179
Black with #FDE179
Text Example
Text Example
White with #FDE179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE179; }
p { color: rgb(253,225,121); }
H1.HeaderClassName
{
color: #FDE179;
}
.AnyTagClassName
{
color: #FDE179;
}
</style>
background-color css
<style>
a { background-color: #FDE179; }
a { background-color: rgb(253,225,121); }
div.DivClassName
{
background-color: #FDE179;
}
.BgClassName
{
background-color: #FDE179;
}
</style>
border-color css
<style>
span { border-color: #FDE179; }
span { border-color: rgb(253,225,121); }
td.TdClassName
{
border-color: #FDE179;
}
.TagClassName
{
border-color: #FDE179;
}
</style>