Shades of Corn Field #F4F1C5
Tints of Corn Field #F4F1C5
RGB
CMYK
RGB Variations
Color information
#F4F1C5 (or 0xF4F1C5) is known color: Corn Field. HEX triplet: F4, F1 and C5. RGB value is (244,241,197). Sum of RGB (Red+Green+Blue) = 244+241+197=682 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.78% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 197 (77.34% from 255 or 28.89% from 682); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F1C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F1C5 is #0B0E3A. Grayscale: #EDEDED. Windows color (decimal): -724539 or 12972532. OLE color: 12972532.
HSL color Cylindrical-coordinate representation of color #F4F1C5: hue angle of 56.17º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4F1C5 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 241 | 197 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.04 |
| HSL | 56.17º | 0.68% | 0.86% | - |
| HSV(B) | 56.17º | 0.19% | 0.96% | - |
| XYZ | 78.84 | 86.17 | 65.3 | - |
| YUV | 236.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 241 | 197 | 0 | 0.01 | 0.19 | 0.04 | 56.17 | 0.68 | 0.86 |
| Hex | F4 | F1 | C5 | 0 | 1 | 13 | 4 | 38 | 44 | 56 |
| Octal | 364 | 361 | 305 | 0 | 1 | 23 | 4 | 70 | 104 | 126 |
| Binary | 11110100 | 11110001 | 11000101 | 0 | 1 | 10011 | 100 | 111000 | 1000100 | 1010110 |
Color Harmonies of #F4F1C5
Complementary color
Monochromatic Colors of #F4F1C5
Black with #F4F1C5
Text Example
Text Example
White with #F4F1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F1C5; }
p { color: rgb(244,241,197); }
H1.HeaderClassName
{
color: #F4F1C5;
}
.AnyTagClassName
{
color: #F4F1C5;
}
</style>
background-color css
<style>
a { background-color: #F4F1C5; }
a { background-color: rgb(244,241,197); }
div.DivClassName
{
background-color: #F4F1C5;
}
.BgClassName
{
background-color: #F4F1C5;
}
</style>
border-color css
<style>
span { border-color: #F4F1C5; }
span { border-color: rgb(244,241,197); }
td.TdClassName
{
border-color: #F4F1C5;
}
.TagClassName
{
border-color: #F4F1C5;
}
</style>