Shades of Sweet Corn #F5E57A
Tints of Sweet Corn #F5E57A
RGB
CMYK
RGB Variations
Color information
#F5E57A (or 0xF5E57A) is known color: Sweet Corn. HEX triplet: F5, E5 and 7A. RGB value is (245,229,122). Sum of RGB (Red+Green+Blue) = 245+229+122=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 122 (48.05% from 255 or 20.47% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E57A is #0A1A85. Grayscale: #DEDEDE. Windows color (decimal): -662150 or 8054261. OLE color: 8054261.
HSL color Cylindrical-coordinate representation of color #F5E57A: hue angle of 52.2º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5E57A is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 122 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.04 |
| HSL | 52.2º | 0.86% | 0.72% | - |
| HSV(B) | 52.2º | 0.5% | 0.96% | - |
| XYZ | 69.19 | 76.86 | 29.6 | - |
| YUV | 221.59 | 71.8 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 122 | 0 | 0.07 | 0.50 | 0.04 | 52.2 | 0.86 | 0.72 |
| Hex | F5 | E5 | 7A | 0 | 7 | 32 | 4 | 34 | 56 | 48 |
| Octal | 365 | 345 | 172 | 0 | 7 | 62 | 4 | 64 | 126 | 110 |
| Binary | 11110101 | 11100101 | 1111010 | 0 | 111 | 110010 | 100 | 110100 | 1010110 | 1001000 |
Color Harmonies of #F5E57A
Complementary color
Monochromatic Colors of #F5E57A
Black with #F5E57A
Text Example
Text Example
White with #F5E57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E57A; }
p { color: rgb(245,229,122); }
H1.HeaderClassName
{
color: #F5E57A;
}
.AnyTagClassName
{
color: #F5E57A;
}
</style>
background-color css
<style>
a { background-color: #F5E57A; }
a { background-color: rgb(245,229,122); }
div.DivClassName
{
background-color: #F5E57A;
}
.BgClassName
{
background-color: #F5E57A;
}
</style>
border-color css
<style>
span { border-color: #F5E57A; }
span { border-color: rgb(245,229,122); }
td.TdClassName
{
border-color: #F5E57A;
}
.TagClassName
{
border-color: #F5E57A;
}
</style>