Shades of Sweet Corn #F8DE79
Tints of Sweet Corn #F8DE79
RGB
CMYK
RGB Variations
Color information
#F8DE79 (or 0xF8DE79) is known color: Sweet Corn. HEX triplet: F8, DE and 79. RGB value is (248,222,121). Sum of RGB (Red+Green+Blue) = 248+222+121=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 121 (47.66% from 255 or 20.47% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DE79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DE79 is #072186. Grayscale: #DADADA. Windows color (decimal): -467335 or 7986936. OLE color: 7986936.
HSL color Cylindrical-coordinate representation of color #F8DE79: hue angle of 47.72º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8DE79 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 222 | 121 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.03 |
| HSL | 47.72º | 0.9% | 0.72% | - |
| HSV(B) | 47.72º | 0.51% | 0.97% | - |
| XYZ | 68.28 | 73.58 | 28.69 | - |
| YUV | 218.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 222 | 121 | 0 | 0.10 | 0.51 | 0.03 | 47.72 | 0.9 | 0.72 |
| Hex | F8 | DE | 79 | 0 | A | 33 | 3 | 30 | 5A | 48 |
| Octal | 370 | 336 | 171 | 0 | 12 | 63 | 3 | 60 | 132 | 110 |
| Binary | 11111000 | 11011110 | 1111001 | 0 | 1010 | 110011 | 11 | 110000 | 1011010 | 1001000 |
Color Harmonies of #F8DE79
Complementary color
Monochromatic Colors of #F8DE79
Black with #F8DE79
Text Example
Text Example
White with #F8DE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DE79; }
p { color: rgb(248,222,121); }
H1.HeaderClassName
{
color: #F8DE79;
}
.AnyTagClassName
{
color: #F8DE79;
}
</style>
background-color css
<style>
a { background-color: #F8DE79; }
a { background-color: rgb(248,222,121); }
div.DivClassName
{
background-color: #F8DE79;
}
.BgClassName
{
background-color: #F8DE79;
}
</style>
border-color css
<style>
span { border-color: #F8DE79; }
span { border-color: rgb(248,222,121); }
td.TdClassName
{
border-color: #F8DE79;
}
.TagClassName
{
border-color: #F8DE79;
}
</style>