Shades of Corn Field #FFF7C5
Tints of Corn Field #FFF7C5
RGB
CMYK
RGB Variations
Color information
#FFF7C5 (or 0xFFF7C5) is known color: Corn Field. HEX triplet: FF, F7 and C5. RGB value is (255,247,197). Sum of RGB (Red+Green+Blue) = 255+247+197=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 247 (96.88% from 255 or 35.34% from 699); Blue value is 197 (77.34% from 255 or 28.18% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7C5 is #00083A. Grayscale: #F3F3F3. Windows color (decimal): -2107 or 12974079. OLE color: 12974079.
HSL color Cylindrical-coordinate representation of color #FFF7C5: hue angle of 51.72º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFF7C5 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 197 | - |
| CMYK | 0 | 0.03 | 0.23 | 0 |
| HSL | 51.72º | 1% | 0.89% | - |
| HSV(B) | 51.72º | 0.23% | 1% | - |
| XYZ | 84.58 | 91.81 | 66.09 | - |
| YUV | 243.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 197 | 0 | 0.03 | 0.23 | 0 | 51.72 | 1 | 0.89 |
| Hex | FF | F7 | C5 | 0 | 3 | 17 | 0 | 34 | 64 | 59 |
| Octal | 377 | 367 | 305 | 0 | 3 | 27 | 0 | 64 | 144 | 131 |
| Binary | 11111111 | 11110111 | 11000101 | 0 | 11 | 10111 | 0 | 110100 | 1100100 | 1011001 |
Color Harmonies of #FFF7C5
Complementary color
Monochromatic Colors of #FFF7C5
Black with #FFF7C5
Text Example
Text Example
White with #FFF7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7C5; }
p { color: rgb(255,247,197); }
H1.HeaderClassName
{
color: #FFF7C5;
}
.AnyTagClassName
{
color: #FFF7C5;
}
</style>
background-color css
<style>
a { background-color: #FFF7C5; }
a { background-color: rgb(255,247,197); }
div.DivClassName
{
background-color: #FFF7C5;
}
.BgClassName
{
background-color: #FFF7C5;
}
</style>
border-color css
<style>
span { border-color: #FFF7C5; }
span { border-color: rgb(255,247,197); }
td.TdClassName
{
border-color: #FFF7C5;
}
.TagClassName
{
border-color: #FFF7C5;
}
</style>