Shades of Corn #F5E45C
Tints of Corn #F5E45C
RGB
CMYK
RGB Variations
Color information
#F5E45C (or 0xF5E45C) is known color: Corn. HEX triplet: F5, E4 and 5C. RGB value is (245,228,92). Sum of RGB (Red+Green+Blue) = 245+228+92=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 92 (36.33% from 255 or 16.28% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E45C is #0A1BA3. Grayscale: #DADADA. Windows color (decimal): -662436 or 6087925. OLE color: 6087925.
HSL color Cylindrical-coordinate representation of color #F5E45C: hue angle of 53.33º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5E45C is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 228 | 92 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.04 |
| HSL | 53.33º | 0.88% | 0.66% | - |
| HSV(B) | 53.33º | 0.62% | 0.96% | - |
| XYZ | 67.33 | 75.67 | 21.18 | - |
| YUV | 217.58 | 57.13 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 228 | 92 | 0 | 0.07 | 0.62 | 0.04 | 53.33 | 0.88 | 0.66 |
| Hex | F5 | E4 | 5C | 0 | 7 | 3E | 4 | 35 | 58 | 42 |
| Octal | 365 | 344 | 134 | 0 | 7 | 76 | 4 | 65 | 130 | 102 |
| Binary | 11110101 | 11100100 | 1011100 | 0 | 111 | 111110 | 100 | 110101 | 1011000 | 1000010 |
Color Harmonies of #F5E45C
Complementary color
Monochromatic Colors of #F5E45C
Black with #F5E45C
Text Example
Text Example
White with #F5E45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E45C; }
p { color: rgb(245,228,92); }
H1.HeaderClassName
{
color: #F5E45C;
}
.AnyTagClassName
{
color: #F5E45C;
}
</style>
background-color css
<style>
a { background-color: #F5E45C; }
a { background-color: rgb(245,228,92); }
div.DivClassName
{
background-color: #F5E45C;
}
.BgClassName
{
background-color: #F5E45C;
}
</style>
border-color css
<style>
span { border-color: #F5E45C; }
span { border-color: rgb(245,228,92); }
td.TdClassName
{
border-color: #F5E45C;
}
.TagClassName
{
border-color: #F5E45C;
}
</style>