Shades of Corn Field #FFF5BE
Tints of Corn Field #FFF5BE
RGB
CMYK
RGB Variations
Color information
#FFF5BE (or 0xFFF5BE) is known color: Corn Field. HEX triplet: FF, F5 and BE. RGB value is (255,245,190). Sum of RGB (Red+Green+Blue) = 255+245+190=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 245 (96.09% from 255 or 35.51% from 690); Blue value is 190 (74.61% from 255 or 27.54% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5BE is #000A41. Grayscale: #F1F1F1. Windows color (decimal): -2626 or 12514815. OLE color: 12514815.
HSL color Cylindrical-coordinate representation of color #FFF5BE: hue angle of 50.77º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFF5BE is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 190 | - |
| CMYK | 0 | 0.04 | 0.25 | 0 |
| HSL | 50.77º | 1% | 0.87% | - |
| HSV(B) | 50.77º | 0.25% | 1% | - |
| XYZ | 83.19 | 90.28 | 61.76 | - |
| YUV | 241.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 190 | 0 | 0.04 | 0.25 | 0 | 50.77 | 1 | 0.87 |
| Hex | FF | F5 | BE | 0 | 4 | 19 | 0 | 33 | 64 | 57 |
| Octal | 377 | 365 | 276 | 0 | 4 | 31 | 0 | 63 | 144 | 127 |
| Binary | 11111111 | 11110101 | 10111110 | 0 | 100 | 11001 | 0 | 110011 | 1100100 | 1010111 |
Color Harmonies of #FFF5BE
Complementary color
Monochromatic Colors of #FFF5BE
Black with #FFF5BE
Text Example
Text Example
White with #FFF5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5BE; }
p { color: rgb(255,245,190); }
H1.HeaderClassName
{
color: #FFF5BE;
}
.AnyTagClassName
{
color: #FFF5BE;
}
</style>
background-color css
<style>
a { background-color: #FFF5BE; }
a { background-color: rgb(255,245,190); }
div.DivClassName
{
background-color: #FFF5BE;
}
.BgClassName
{
background-color: #FFF5BE;
}
</style>
border-color css
<style>
span { border-color: #FFF5BE; }
span { border-color: rgb(255,245,190); }
td.TdClassName
{
border-color: #FFF5BE;
}
.TagClassName
{
border-color: #FFF5BE;
}
</style>