Shades of Sweet Corn #F5E27C
Tints of Sweet Corn #F5E27C
RGB
CMYK
RGB Variations
Color information
#F5E27C (or 0xF5E27C) is known color: Sweet Corn. HEX triplet: F5, E2 and 7C. RGB value is (245,226,124). Sum of RGB (Red+Green+Blue) = 245+226+124=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 124 (48.83% from 255 or 20.84% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E27C is #0A1D83. Grayscale: #DCDCDC. Windows color (decimal): -662916 or 8184565. OLE color: 8184565.
HSL color Cylindrical-coordinate representation of color #F5E27C: hue angle of 50.58º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5E27C is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 124 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.04 |
| HSL | 50.58º | 0.86% | 0.72% | - |
| HSV(B) | 50.58º | 0.49% | 0.96% | - |
| XYZ | 68.49 | 75.26 | 29.99 | - |
| YUV | 220.05 | 73.79 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 124 | 0 | 0.08 | 0.49 | 0.04 | 50.58 | 0.86 | 0.72 |
| Hex | F5 | E2 | 7C | 0 | 8 | 31 | 4 | 33 | 56 | 48 |
| Octal | 365 | 342 | 174 | 0 | 10 | 61 | 4 | 63 | 126 | 110 |
| Binary | 11110101 | 11100010 | 1111100 | 0 | 1000 | 110001 | 100 | 110011 | 1010110 | 1001000 |
Color Harmonies of #F5E27C
Complementary color
Monochromatic Colors of #F5E27C
Black with #F5E27C
Text Example
Text Example
White with #F5E27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E27C; }
p { color: rgb(245,226,124); }
H1.HeaderClassName
{
color: #F5E27C;
}
.AnyTagClassName
{
color: #F5E27C;
}
</style>
background-color css
<style>
a { background-color: #F5E27C; }
a { background-color: rgb(245,226,124); }
div.DivClassName
{
background-color: #F5E27C;
}
.BgClassName
{
background-color: #F5E27C;
}
</style>
border-color css
<style>
span { border-color: #F5E27C; }
span { border-color: rgb(245,226,124); }
td.TdClassName
{
border-color: #F5E27C;
}
.TagClassName
{
border-color: #F5E27C;
}
</style>