Shades of Corn Field #F9F4BD
Tints of Corn Field #F9F4BD
RGB
CMYK
RGB Variations
Color information
#F9F4BD (or 0xF9F4BD) is known color: Corn Field. HEX triplet: F9, F4 and BD. RGB value is (249,244,189). Sum of RGB (Red+Green+Blue) = 249+244+189=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 244 (95.70% from 255 or 35.78% from 682); Blue value is 189 (74.22% from 255 or 27.71% from 682); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F4BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F4BD is #060B42. Grayscale: #EFEFEF. Windows color (decimal): -396099 or 12449017. OLE color: 12449017.
HSL color Cylindrical-coordinate representation of color #F9F4BD: hue angle of 55º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9F4BD is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 244 | 189 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.02 |
| HSL | 55º | 0.83% | 0.86% | - |
| HSV(B) | 55º | 0.24% | 0.98% | - |
| XYZ | 80.6 | 88.52 | 60.98 | - |
| YUV | 239.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 244 | 189 | 0 | 0.02 | 0.24 | 0.02 | 55 | 0.83 | 0.86 |
| Hex | F9 | F4 | BD | 0 | 2 | 18 | 2 | 37 | 53 | 56 |
| Octal | 371 | 364 | 275 | 0 | 2 | 30 | 2 | 67 | 123 | 126 |
| Binary | 11111001 | 11110100 | 10111101 | 0 | 10 | 11000 | 10 | 110111 | 1010011 | 1010110 |
Color Harmonies of #F9F4BD
Complementary color
Monochromatic Colors of #F9F4BD
Black with #F9F4BD
Text Example
Text Example
White with #F9F4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F4BD; }
p { color: rgb(249,244,189); }
H1.HeaderClassName
{
color: #F9F4BD;
}
.AnyTagClassName
{
color: #F9F4BD;
}
</style>
background-color css
<style>
a { background-color: #F9F4BD; }
a { background-color: rgb(249,244,189); }
div.DivClassName
{
background-color: #F9F4BD;
}
.BgClassName
{
background-color: #F9F4BD;
}
</style>
border-color css
<style>
span { border-color: #F9F4BD; }
span { border-color: rgb(249,244,189); }
td.TdClassName
{
border-color: #F9F4BD;
}
.TagClassName
{
border-color: #F9F4BD;
}
</style>