Shades of Corn Field #FFF5B5
Tints of Corn Field #FFF5B5
RGB
CMYK
RGB Variations
Color information
#FFF5B5 (or 0xFFF5B5) is known color: Corn Field. HEX triplet: FF, F5 and B5. RGB value is (255,245,181). Sum of RGB (Red+Green+Blue) = 255+245+181=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 245 (96.09% from 255 or 35.98% from 681); Blue value is 181 (71.09% from 255 or 26.58% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5B5 is #000A4A. Grayscale: #F0F0F0. Windows color (decimal): -2635 or 11924991. OLE color: 11924991.
HSL color Cylindrical-coordinate representation of color #FFF5B5: hue angle of 51.89º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFF5B5 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 181 | - |
| CMYK | 0 | 0.04 | 0.29 | 0 |
| HSL | 51.89º | 1% | 0.85% | - |
| HSV(B) | 51.89º | 0.29% | 1% | - |
| XYZ | 82.23 | 89.9 | 56.73 | - |
| YUV | 240.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 181 | 0 | 0.04 | 0.29 | 0 | 51.89 | 1 | 0.85 |
| Hex | FF | F5 | B5 | 0 | 4 | 1D | 0 | 34 | 64 | 55 |
| Octal | 377 | 365 | 265 | 0 | 4 | 35 | 0 | 64 | 144 | 125 |
| Binary | 11111111 | 11110101 | 10110101 | 0 | 100 | 11101 | 0 | 110100 | 1100100 | 1010101 |
Color Harmonies of #FFF5B5
Complementary color
Monochromatic Colors of #FFF5B5
Black with #FFF5B5
Text Example
Text Example
White with #FFF5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5B5; }
p { color: rgb(255,245,181); }
H1.HeaderClassName
{
color: #FFF5B5;
}
.AnyTagClassName
{
color: #FFF5B5;
}
</style>
background-color css
<style>
a { background-color: #FFF5B5; }
a { background-color: rgb(255,245,181); }
div.DivClassName
{
background-color: #FFF5B5;
}
.BgClassName
{
background-color: #FFF5B5;
}
</style>
border-color css
<style>
span { border-color: #FFF5B5; }
span { border-color: rgb(255,245,181); }
td.TdClassName
{
border-color: #FFF5B5;
}
.TagClassName
{
border-color: #FFF5B5;
}
</style>