Shades of Sweet Corn #F4E372
Tints of Sweet Corn #F4E372
RGB
CMYK
RGB Variations
Color information
#F4E372 (or 0xF4E372) is known color: Sweet Corn. HEX triplet: F4, E3 and 72. RGB value is (244,227,114). Sum of RGB (Red+Green+Blue) = 244+227+114=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 114 (44.92% from 255 or 19.49% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4E372 is #0B1C8D. Grayscale: #DBDBDB. Windows color (decimal): -728206 or 7529460. OLE color: 7529460.
HSL color Cylindrical-coordinate representation of color #F4E372: hue angle of 52.15º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F4E372 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 227 | 114 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.04 |
| HSL | 52.15º | 0.86% | 0.7% | - |
| HSV(B) | 52.15º | 0.53% | 0.96% | - |
| XYZ | 67.81 | 75.39 | 26.9 | - |
| YUV | 219.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 227 | 114 | 0 | 0.07 | 0.53 | 0.04 | 52.15 | 0.86 | 0.7 |
| Hex | F4 | E3 | 72 | 0 | 7 | 35 | 4 | 34 | 56 | 46 |
| Octal | 364 | 343 | 162 | 0 | 7 | 65 | 4 | 64 | 126 | 106 |
| Binary | 11110100 | 11100011 | 1110010 | 0 | 111 | 110101 | 100 | 110100 | 1010110 | 1000110 |
Color Harmonies of #F4E372
Complementary color
Monochromatic Colors of #F4E372
Black with #F4E372
Text Example
Text Example
White with #F4E372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E372; }
p { color: rgb(244,227,114); }
H1.HeaderClassName
{
color: #F4E372;
}
.AnyTagClassName
{
color: #F4E372;
}
</style>
background-color css
<style>
a { background-color: #F4E372; }
a { background-color: rgb(244,227,114); }
div.DivClassName
{
background-color: #F4E372;
}
.BgClassName
{
background-color: #F4E372;
}
</style>
border-color css
<style>
span { border-color: #F4E372; }
span { border-color: rgb(244,227,114); }
td.TdClassName
{
border-color: #F4E372;
}
.TagClassName
{
border-color: #F4E372;
}
</style>