Shades of Sweet Corn #F5E66E
Tints of Sweet Corn #F5E66E
RGB
CMYK
RGB Variations
Color information
#F5E66E (or 0xF5E66E) is known color: Sweet Corn. HEX triplet: F5, E6 and 6E. RGB value is (245,230,110). Sum of RGB (Red+Green+Blue) = 245+230+110=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 110 (43.36% from 255 or 18.80% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E66E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E66E is #0A1991. Grayscale: #DDDDDD. Windows color (decimal): -661906 or 7268085. OLE color: 7268085.
HSL color Cylindrical-coordinate representation of color #F5E66E: hue angle of 53.33º 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 #F5E66E is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 110 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.04 |
| HSL | 53.33º | 0.87% | 0.7% | - |
| HSV(B) | 53.33º | 0.55% | 0.96% | - |
| XYZ | 68.77 | 77.13 | 26.02 | - |
| YUV | 220.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 110 | 0 | 0.06 | 0.55 | 0.04 | 53.33 | 0.87 | 0.7 |
| Hex | F5 | E6 | 6E | 0 | 6 | 37 | 4 | 35 | 57 | 46 |
| Octal | 365 | 346 | 156 | 0 | 6 | 67 | 4 | 65 | 127 | 106 |
| Binary | 11110101 | 11100110 | 1101110 | 0 | 110 | 110111 | 100 | 110101 | 1010111 | 1000110 |
Color Harmonies of #F5E66E
Complementary color
Monochromatic Colors of #F5E66E
Black with #F5E66E
Text Example
Text Example
White with #F5E66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E66E; }
p { color: rgb(245,230,110); }
H1.HeaderClassName
{
color: #F5E66E;
}
.AnyTagClassName
{
color: #F5E66E;
}
</style>
background-color css
<style>
a { background-color: #F5E66E; }
a { background-color: rgb(245,230,110); }
div.DivClassName
{
background-color: #F5E66E;
}
.BgClassName
{
background-color: #F5E66E;
}
</style>
border-color css
<style>
span { border-color: #F5E66E; }
span { border-color: rgb(245,230,110); }
td.TdClassName
{
border-color: #F5E66E;
}
.TagClassName
{
border-color: #F5E66E;
}
</style>