Shades of Corn Field #F4F0C3
Tints of Corn Field #F4F0C3
RGB
CMYK
RGB Variations
Color information
#F4F0C3 (or 0xF4F0C3) is known color: Corn Field. HEX triplet: F4, F0 and C3. RGB value is (244,240,195). Sum of RGB (Red+Green+Blue) = 244+240+195=679 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.94% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 195 (76.56% from 255 or 28.72% from 679); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F0C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F0C3 is #0B0F3C. Grayscale: #ECECEC. Windows color (decimal): -724797 or 12841204. OLE color: 12841204.
HSL color Cylindrical-coordinate representation of color #F4F0C3: hue angle of 55.1º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F4F0C3 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 195 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.04 |
| HSL | 55.1º | 0.69% | 0.86% | - |
| HSV(B) | 55.1º | 0.2% | 0.96% | - |
| XYZ | 78.32 | 85.49 | 64 | - |
| YUV | 236.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 195 | 0 | 0.02 | 0.20 | 0.04 | 55.1 | 0.69 | 0.86 |
| Hex | F4 | F0 | C3 | 0 | 2 | 14 | 4 | 37 | 45 | 56 |
| Octal | 364 | 360 | 303 | 0 | 2 | 24 | 4 | 67 | 105 | 126 |
| Binary | 11110100 | 11110000 | 11000011 | 0 | 10 | 10100 | 100 | 110111 | 1000101 | 1010110 |
Color Harmonies of #F4F0C3
Complementary color
Monochromatic Colors of #F4F0C3
Black with #F4F0C3
Text Example
Text Example
White with #F4F0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F0C3; }
p { color: rgb(244,240,195); }
H1.HeaderClassName
{
color: #F4F0C3;
}
.AnyTagClassName
{
color: #F4F0C3;
}
</style>
background-color css
<style>
a { background-color: #F4F0C3; }
a { background-color: rgb(244,240,195); }
div.DivClassName
{
background-color: #F4F0C3;
}
.BgClassName
{
background-color: #F4F0C3;
}
</style>
border-color css
<style>
span { border-color: #F4F0C3; }
span { border-color: rgb(244,240,195); }
td.TdClassName
{
border-color: #F4F0C3;
}
.TagClassName
{
border-color: #F4F0C3;
}
</style>