Shades of Corn Field #FFF5BA
Tints of Corn Field #FFF5BA
RGB
CMYK
RGB Variations
Color information
#FFF5BA (or 0xFFF5BA) is known color: Corn Field. HEX triplet: FF, F5 and BA. RGB value is (255,245,186). Sum of RGB (Red+Green+Blue) = 255+245+186=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 186 (73.05% from 255 or 27.11% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5BA is #000A45. Grayscale: #F1F1F1. Windows color (decimal): -2630 or 12252671. OLE color: 12252671.
HSL color Cylindrical-coordinate representation of color #FFF5BA: hue angle of 51.3º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFF5BA is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 186 | - |
| CMYK | 0 | 0.04 | 0.27 | 0 |
| HSL | 51.3º | 1% | 0.86% | - |
| HSV(B) | 51.3º | 0.27% | 1% | - |
| XYZ | 82.76 | 90.11 | 59.49 | - |
| YUV | 241.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 186 | 0 | 0.04 | 0.27 | 0 | 51.3 | 1 | 0.86 |
| Hex | FF | F5 | BA | 0 | 4 | 1B | 0 | 33 | 64 | 56 |
| Octal | 377 | 365 | 272 | 0 | 4 | 33 | 0 | 63 | 144 | 126 |
| Binary | 11111111 | 11110101 | 10111010 | 0 | 100 | 11011 | 0 | 110011 | 1100100 | 1010110 |
Color Harmonies of #FFF5BA
Complementary color
Monochromatic Colors of #FFF5BA
Black with #FFF5BA
Text Example
Text Example
White with #FFF5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5BA; }
p { color: rgb(255,245,186); }
H1.HeaderClassName
{
color: #FFF5BA;
}
.AnyTagClassName
{
color: #FFF5BA;
}
</style>
background-color css
<style>
a { background-color: #FFF5BA; }
a { background-color: rgb(255,245,186); }
div.DivClassName
{
background-color: #FFF5BA;
}
.BgClassName
{
background-color: #FFF5BA;
}
</style>
border-color css
<style>
span { border-color: #FFF5BA; }
span { border-color: rgb(255,245,186); }
td.TdClassName
{
border-color: #FFF5BA;
}
.TagClassName
{
border-color: #FFF5BA;
}
</style>