Shades of Corn Field #F5F0BF
Tints of Corn Field #F5F0BF
RGB
CMYK
RGB Variations
Color information
#F5F0BF (or 0xF5F0BF) is known color: Corn Field. HEX triplet: F5, F0 and BF. RGB value is (245,240,191). Sum of RGB (Red+Green+Blue) = 245+240+191=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 191 (75% from 255 or 28.25% from 676); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F0BF is #0A0F40. Grayscale: #ECECEC. Windows color (decimal): -659265 or 12579061. OLE color: 12579061.
HSL color Cylindrical-coordinate representation of color #F5F0BF: hue angle of 54.44º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5F0BF is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 191 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.04 |
| HSL | 54.44º | 0.73% | 0.85% | - |
| HSV(B) | 54.44º | 0.22% | 0.96% | - |
| XYZ | 78.22 | 85.49 | 61.67 | - |
| YUV | 235.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 191 | 0 | 0.02 | 0.22 | 0.04 | 54.44 | 0.73 | 0.85 |
| Hex | F5 | F0 | BF | 0 | 2 | 16 | 4 | 36 | 49 | 55 |
| Octal | 365 | 360 | 277 | 0 | 2 | 26 | 4 | 66 | 111 | 125 |
| Binary | 11110101 | 11110000 | 10111111 | 0 | 10 | 10110 | 100 | 110110 | 1001001 | 1010101 |
Color Harmonies of #F5F0BF
Complementary color
Monochromatic Colors of #F5F0BF
Black with #F5F0BF
Text Example
Text Example
White with #F5F0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F0BF; }
p { color: rgb(245,240,191); }
H1.HeaderClassName
{
color: #F5F0BF;
}
.AnyTagClassName
{
color: #F5F0BF;
}
</style>
background-color css
<style>
a { background-color: #F5F0BF; }
a { background-color: rgb(245,240,191); }
div.DivClassName
{
background-color: #F5F0BF;
}
.BgClassName
{
background-color: #F5F0BF;
}
</style>
border-color css
<style>
span { border-color: #F5F0BF; }
span { border-color: rgb(245,240,191); }
td.TdClassName
{
border-color: #F5F0BF;
}
.TagClassName
{
border-color: #F5F0BF;
}
</style>