Shades of Corn Field #F7F2BE
Tints of Corn Field #F7F2BE
RGB
CMYK
RGB Variations
Color information
#F7F2BE (or 0xF7F2BE) is known color: Corn Field. HEX triplet: F7, F2 and BE. RGB value is (247,242,190). Sum of RGB (Red+Green+Blue) = 247+242+190=679 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.38% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 190 (74.61% from 255 or 27.98% from 679); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F2BE is #080D41. Grayscale: #EDEDED. Windows color (decimal): -527682 or 12514039. OLE color: 12514039.
HSL color Cylindrical-coordinate representation of color #F7F2BE: hue angle of 54.74º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7F2BE is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 242 | 190 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.03 |
| HSL | 54.74º | 0.78% | 0.86% | - |
| HSV(B) | 54.74º | 0.23% | 0.97% | - |
| XYZ | 79.4 | 87 | 61.32 | - |
| YUV | 237.57 | 101.16 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 242 | 190 | 0 | 0.02 | 0.23 | 0.03 | 54.74 | 0.78 | 0.86 |
| Hex | F7 | F2 | BE | 0 | 2 | 17 | 3 | 37 | 4E | 56 |
| Octal | 367 | 362 | 276 | 0 | 2 | 27 | 3 | 67 | 116 | 126 |
| Binary | 11110111 | 11110010 | 10111110 | 0 | 10 | 10111 | 11 | 110111 | 1001110 | 1010110 |
Color Harmonies of #F7F2BE
Complementary color
Monochromatic Colors of #F7F2BE
Black with #F7F2BE
Text Example
Text Example
White with #F7F2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F2BE; }
p { color: rgb(247,242,190); }
H1.HeaderClassName
{
color: #F7F2BE;
}
.AnyTagClassName
{
color: #F7F2BE;
}
</style>
background-color css
<style>
a { background-color: #F7F2BE; }
a { background-color: rgb(247,242,190); }
div.DivClassName
{
background-color: #F7F2BE;
}
.BgClassName
{
background-color: #F7F2BE;
}
</style>
border-color css
<style>
span { border-color: #F7F2BE; }
span { border-color: rgb(247,242,190); }
td.TdClassName
{
border-color: #F7F2BE;
}
.TagClassName
{
border-color: #F7F2BE;
}
</style>