Shades of Sweet Corn #F5E56E
Tints of Sweet Corn #F5E56E
RGB
CMYK
RGB Variations
Color information
#F5E56E (or 0xF5E56E) is known color: Sweet Corn. HEX triplet: F5, E5 and 6E. RGB value is (245,229,110). Sum of RGB (Red+Green+Blue) = 245+229+110=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 110 (43.36% from 255 or 18.84% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E56E is #0A1A91. Grayscale: #DCDCDC. Windows color (decimal): -662162 or 7267829. OLE color: 7267829.
HSL color Cylindrical-coordinate representation of color #F5E56E: hue angle of 52.89º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5E56E is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 110 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.04 |
| HSL | 52.89º | 0.87% | 0.7% | - |
| HSV(B) | 52.89º | 0.55% | 0.96% | - |
| XYZ | 68.49 | 76.58 | 25.92 | - |
| YUV | 220.22 | 65.8 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 110 | 0 | 0.07 | 0.55 | 0.04 | 52.89 | 0.87 | 0.7 |
| Hex | F5 | E5 | 6E | 0 | 7 | 37 | 4 | 35 | 57 | 46 |
| Octal | 365 | 345 | 156 | 0 | 7 | 67 | 4 | 65 | 127 | 106 |
| Binary | 11110101 | 11100101 | 1101110 | 0 | 111 | 110111 | 100 | 110101 | 1010111 | 1000110 |
Color Harmonies of #F5E56E
Complementary color
Monochromatic Colors of #F5E56E
Black with #F5E56E
Text Example
Text Example
White with #F5E56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E56E; }
p { color: rgb(245,229,110); }
H1.HeaderClassName
{
color: #F5E56E;
}
.AnyTagClassName
{
color: #F5E56E;
}
</style>
background-color css
<style>
a { background-color: #F5E56E; }
a { background-color: rgb(245,229,110); }
div.DivClassName
{
background-color: #F5E56E;
}
.BgClassName
{
background-color: #F5E56E;
}
</style>
border-color css
<style>
span { border-color: #F5E56E; }
span { border-color: rgb(245,229,110); }
td.TdClassName
{
border-color: #F5E56E;
}
.TagClassName
{
border-color: #F5E56E;
}
</style>