Shades of Corn Field #F4F0C8
Tints of Corn Field #F4F0C8
RGB
CMYK
RGB Variations
Color information
#F4F0C8 (or 0xF4F0C8) is known color: Corn Field. HEX triplet: F4, F0 and C8. RGB value is (244,240,200). Sum of RGB (Red+Green+Blue) = 244+240+200=684 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.67% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 200 (78.52% from 255 or 29.24% from 684); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F0C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F0C8 is #0B0F37. Grayscale: #ECECEC. Windows color (decimal): -724792 or 13168884. OLE color: 13168884.
HSL color Cylindrical-coordinate representation of color #F4F0C8: hue angle of 54.55º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F4F0C8 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 200 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.04 |
| HSL | 54.55º | 0.67% | 0.87% | - |
| HSV(B) | 54.55º | 0.18% | 0.96% | - |
| XYZ | 78.89 | 85.72 | 67.03 | - |
| YUV | 236.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 200 | 0 | 0.02 | 0.18 | 0.04 | 54.55 | 0.67 | 0.87 |
| Hex | F4 | F0 | C8 | 0 | 2 | 12 | 4 | 37 | 43 | 57 |
| Octal | 364 | 360 | 310 | 0 | 2 | 22 | 4 | 67 | 103 | 127 |
| Binary | 11110100 | 11110000 | 11001000 | 0 | 10 | 10010 | 100 | 110111 | 1000011 | 1010111 |
Color Harmonies of #F4F0C8
Complementary color
Monochromatic Colors of #F4F0C8
Black with #F4F0C8
Text Example
Text Example
White with #F4F0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F0C8; }
p { color: rgb(244,240,200); }
H1.HeaderClassName
{
color: #F4F0C8;
}
.AnyTagClassName
{
color: #F4F0C8;
}
</style>
background-color css
<style>
a { background-color: #F4F0C8; }
a { background-color: rgb(244,240,200); }
div.DivClassName
{
background-color: #F4F0C8;
}
.BgClassName
{
background-color: #F4F0C8;
}
</style>
border-color css
<style>
span { border-color: #F4F0C8; }
span { border-color: rgb(244,240,200); }
td.TdClassName
{
border-color: #F4F0C8;
}
.TagClassName
{
border-color: #F4F0C8;
}
</style>