Shades of Corn Field #F4F0C1
Tints of Corn Field #F4F0C1
RGB
CMYK
RGB Variations
Color information
#F4F0C1 (or 0xF4F0C1) is known color: Corn Field. HEX triplet: F4, F0 and C1. RGB value is (244,240,193). Sum of RGB (Red+Green+Blue) = 244+240+193=677 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.04% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 193 (75.78% from 255 or 28.51% from 677); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F0C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F0C1 is #0B0F3E. Grayscale: #ECECEC. Windows color (decimal): -724799 or 12710132. OLE color: 12710132.
HSL color Cylindrical-coordinate representation of color #F4F0C1: hue angle of 55.29º degrees, saturation: 0.7, 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 #F4F0C1 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 193 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.04 |
| HSL | 55.29º | 0.7% | 0.86% | - |
| HSV(B) | 55.29º | 0.21% | 0.96% | - |
| XYZ | 78.09 | 85.4 | 62.82 | - |
| YUV | 235.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 193 | 0 | 0.02 | 0.21 | 0.04 | 55.29 | 0.7 | 0.86 |
| Hex | F4 | F0 | C1 | 0 | 2 | 15 | 4 | 37 | 46 | 56 |
| Octal | 364 | 360 | 301 | 0 | 2 | 25 | 4 | 67 | 106 | 126 |
| Binary | 11110100 | 11110000 | 11000001 | 0 | 10 | 10101 | 100 | 110111 | 1000110 | 1010110 |
Color Harmonies of #F4F0C1
Complementary color
Monochromatic Colors of #F4F0C1
Black with #F4F0C1
Text Example
Text Example
White with #F4F0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F0C1; }
p { color: rgb(244,240,193); }
H1.HeaderClassName
{
color: #F4F0C1;
}
.AnyTagClassName
{
color: #F4F0C1;
}
</style>
background-color css
<style>
a { background-color: #F4F0C1; }
a { background-color: rgb(244,240,193); }
div.DivClassName
{
background-color: #F4F0C1;
}
.BgClassName
{
background-color: #F4F0C1;
}
</style>
border-color css
<style>
span { border-color: #F4F0C1; }
span { border-color: rgb(244,240,193); }
td.TdClassName
{
border-color: #F4F0C1;
}
.TagClassName
{
border-color: #F4F0C1;
}
</style>