Shades of Corn Field #F5F0C1
Tints of Corn Field #F5F0C1
RGB
CMYK
RGB Variations
Color information
#F5F0C1 (or 0xF5F0C1) is known color: Corn Field. HEX triplet: F5, F0 and C1. RGB value is (245,240,193). Sum of RGB (Red+Green+Blue) = 245+240+193=678 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.14% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 193 (75.78% from 255 or 28.47% from 678); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F0C1 is #0A0F3E. Grayscale: #ECECEC. Windows color (decimal): -659263 or 12710133. OLE color: 12710133.
HSL color Cylindrical-coordinate representation of color #F5F0C1: hue angle of 54.23º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F5F0C1 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 193 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.04 |
| HSL | 54.23º | 0.72% | 0.86% | - |
| HSV(B) | 54.23º | 0.21% | 0.96% | - |
| XYZ | 78.44 | 85.58 | 62.84 | - |
| YUV | 236.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 193 | 0 | 0.02 | 0.21 | 0.04 | 54.23 | 0.72 | 0.86 |
| Hex | F5 | F0 | C1 | 0 | 2 | 15 | 4 | 36 | 48 | 56 |
| Octal | 365 | 360 | 301 | 0 | 2 | 25 | 4 | 66 | 110 | 126 |
| Binary | 11110101 | 11110000 | 11000001 | 0 | 10 | 10101 | 100 | 110110 | 1001000 | 1010110 |
Color Harmonies of #F5F0C1
Complementary color
Monochromatic Colors of #F5F0C1
Black with #F5F0C1
Text Example
Text Example
White with #F5F0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F0C1; }
p { color: rgb(245,240,193); }
H1.HeaderClassName
{
color: #F5F0C1;
}
.AnyTagClassName
{
color: #F5F0C1;
}
</style>
background-color css
<style>
a { background-color: #F5F0C1; }
a { background-color: rgb(245,240,193); }
div.DivClassName
{
background-color: #F5F0C1;
}
.BgClassName
{
background-color: #F5F0C1;
}
</style>
border-color css
<style>
span { border-color: #F5F0C1; }
span { border-color: rgb(245,240,193); }
td.TdClassName
{
border-color: #F5F0C1;
}
.TagClassName
{
border-color: #F5F0C1;
}
</style>