Shades of Sweet Corn #FDE379
Tints of Sweet Corn #FDE379
RGB
CMYK
RGB Variations
Color information
#FDE379 (or 0xFDE379) is known color: Sweet Corn. HEX triplet: FD, E3 and 79. RGB value is (253,227,121). Sum of RGB (Red+Green+Blue) = 253+227+121=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 121 (47.66% from 255 or 20.13% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE379 is #021C86. Grayscale: #DFDFDF. Windows color (decimal): -138375 or 7988221. OLE color: 7988221.
HSL color Cylindrical-coordinate representation of color #FDE379: hue angle of 48.18º 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 #FDE379 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 121 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.01 |
| HSL | 48.18º | 0.97% | 0.73% | - |
| HSV(B) | 48.18º | 0.52% | 0.99% | - |
| XYZ | 71.43 | 77.2 | 29.23 | - |
| YUV | 222.69 | 70.61 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 121 | 0 | 0.10 | 0.52 | 0.01 | 48.18 | 0.97 | 0.73 |
| Hex | FD | E3 | 79 | 0 | A | 34 | 1 | 30 | 61 | 49 |
| Octal | 375 | 343 | 171 | 0 | 12 | 64 | 1 | 60 | 141 | 111 |
| Binary | 11111101 | 11100011 | 1111001 | 0 | 1010 | 110100 | 1 | 110000 | 1100001 | 1001001 |
Color Harmonies of #FDE379
Complementary color
Monochromatic Colors of #FDE379
Black with #FDE379
Text Example
Text Example
White with #FDE379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE379; }
p { color: rgb(253,227,121); }
H1.HeaderClassName
{
color: #FDE379;
}
.AnyTagClassName
{
color: #FDE379;
}
</style>
background-color css
<style>
a { background-color: #FDE379; }
a { background-color: rgb(253,227,121); }
div.DivClassName
{
background-color: #FDE379;
}
.BgClassName
{
background-color: #FDE379;
}
</style>
border-color css
<style>
span { border-color: #FDE379; }
span { border-color: rgb(253,227,121); }
td.TdClassName
{
border-color: #FDE379;
}
.TagClassName
{
border-color: #FDE379;
}
</style>