Shades of Corn Field #F9EFC0
Tints of Corn Field #F9EFC0
RGB
CMYK
RGB Variations
Color information
#F9EFC0 (or 0xF9EFC0) is known color: Corn Field. HEX triplet: F9, EF and C0. RGB value is (249,239,192). Sum of RGB (Red+Green+Blue) = 249+239+192=680 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.62% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 192 (75.39% from 255 or 28.24% from 680); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EFC0 is #06103F. Grayscale: #ECECEC. Windows color (decimal): -397376 or 12644345. OLE color: 12644345.
HSL color Cylindrical-coordinate representation of color #F9EFC0: hue angle of 49.47º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9EFC0 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 239 | 192 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.02 |
| HSL | 49.47º | 0.83% | 0.86% | - |
| HSV(B) | 49.47º | 0.23% | 0.98% | - |
| XYZ | 79.45 | 85.68 | 62.22 | - |
| YUV | 236.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 239 | 192 | 0 | 0.04 | 0.23 | 0.02 | 49.47 | 0.83 | 0.86 |
| Hex | F9 | EF | C0 | 0 | 4 | 17 | 2 | 31 | 53 | 56 |
| Octal | 371 | 357 | 300 | 0 | 4 | 27 | 2 | 61 | 123 | 126 |
| Binary | 11111001 | 11101111 | 11000000 | 0 | 100 | 10111 | 10 | 110001 | 1010011 | 1010110 |
Color Harmonies of #F9EFC0
Complementary color
Monochromatic Colors of #F9EFC0
Black with #F9EFC0
Text Example
Text Example
White with #F9EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EFC0; }
p { color: rgb(249,239,192); }
H1.HeaderClassName
{
color: #F9EFC0;
}
.AnyTagClassName
{
color: #F9EFC0;
}
</style>
background-color css
<style>
a { background-color: #F9EFC0; }
a { background-color: rgb(249,239,192); }
div.DivClassName
{
background-color: #F9EFC0;
}
.BgClassName
{
background-color: #F9EFC0;
}
</style>
border-color css
<style>
span { border-color: #F9EFC0; }
span { border-color: rgb(249,239,192); }
td.TdClassName
{
border-color: #F9EFC0;
}
.TagClassName
{
border-color: #F9EFC0;
}
</style>