Shades of Corn #F5E45F
Tints of Corn #F5E45F
RGB
CMYK
RGB Variations
Color information
#F5E45F (or 0xF5E45F) is known color: Corn. HEX triplet: F5, E4 and 5F. RGB value is (245,228,95). Sum of RGB (Red+Green+Blue) = 245+228+95=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 95 (37.5% from 255 or 16.73% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E45F is #0A1BA0. Grayscale: #DADADA. Windows color (decimal): -662433 or 6284533. OLE color: 6284533.
HSL color Cylindrical-coordinate representation of color #F5E45F: hue angle of 53.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5E45F is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 228 | 95 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.04 |
| HSL | 53.2º | 0.88% | 0.67% | - |
| HSV(B) | 53.2º | 0.61% | 0.96% | - |
| XYZ | 67.47 | 75.73 | 21.89 | - |
| YUV | 217.92 | 58.63 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 228 | 95 | 0 | 0.07 | 0.61 | 0.04 | 53.2 | 0.88 | 0.67 |
| Hex | F5 | E4 | 5F | 0 | 7 | 3D | 4 | 35 | 58 | 43 |
| Octal | 365 | 344 | 137 | 0 | 7 | 75 | 4 | 65 | 130 | 103 |
| Binary | 11110101 | 11100100 | 1011111 | 0 | 111 | 111101 | 100 | 110101 | 1011000 | 1000011 |
Color Harmonies of #F5E45F
Complementary color
Monochromatic Colors of #F5E45F
Black with #F5E45F
Text Example
Text Example
White with #F5E45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E45F; }
p { color: rgb(245,228,95); }
H1.HeaderClassName
{
color: #F5E45F;
}
.AnyTagClassName
{
color: #F5E45F;
}
</style>
background-color css
<style>
a { background-color: #F5E45F; }
a { background-color: rgb(245,228,95); }
div.DivClassName
{
background-color: #F5E45F;
}
.BgClassName
{
background-color: #F5E45F;
}
</style>
border-color css
<style>
span { border-color: #F5E45F; }
span { border-color: rgb(245,228,95); }
td.TdClassName
{
border-color: #F5E45F;
}
.TagClassName
{
border-color: #F5E45F;
}
</style>