Shades of Sweet Corn #F5DE79
Tints of Sweet Corn #F5DE79
RGB
CMYK
RGB Variations
Color information
#F5DE79 (or 0xF5DE79) is known color: Sweet Corn. HEX triplet: F5, DE and 79. RGB value is (245,222,121). Sum of RGB (Red+Green+Blue) = 245+222+121=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 121 (47.66% from 255 or 20.58% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DE79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DE79 is #0A2186. Grayscale: #D9D9D9. Windows color (decimal): -663943 or 7986933. OLE color: 7986933.
HSL color Cylindrical-coordinate representation of color #F5DE79: hue angle of 48.87º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5DE79 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 121 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.04 |
| HSL | 48.87º | 0.86% | 0.72% | - |
| HSV(B) | 48.87º | 0.51% | 0.96% | - |
| XYZ | 67.23 | 73.04 | 28.64 | - |
| YUV | 217.36 | 73.62 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 121 | 0 | 0.09 | 0.51 | 0.04 | 48.87 | 0.86 | 0.72 |
| Hex | F5 | DE | 79 | 0 | 9 | 33 | 4 | 31 | 56 | 48 |
| Octal | 365 | 336 | 171 | 0 | 11 | 63 | 4 | 61 | 126 | 110 |
| Binary | 11110101 | 11011110 | 1111001 | 0 | 1001 | 110011 | 100 | 110001 | 1010110 | 1001000 |
Color Harmonies of #F5DE79
Complementary color
Monochromatic Colors of #F5DE79
Black with #F5DE79
Text Example
Text Example
White with #F5DE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DE79; }
p { color: rgb(245,222,121); }
H1.HeaderClassName
{
color: #F5DE79;
}
.AnyTagClassName
{
color: #F5DE79;
}
</style>
background-color css
<style>
a { background-color: #F5DE79; }
a { background-color: rgb(245,222,121); }
div.DivClassName
{
background-color: #F5DE79;
}
.BgClassName
{
background-color: #F5DE79;
}
</style>
border-color css
<style>
span { border-color: #F5DE79; }
span { border-color: rgb(245,222,121); }
td.TdClassName
{
border-color: #F5DE79;
}
.TagClassName
{
border-color: #F5DE79;
}
</style>