Shades of Corn Field #F9F0BD
Tints of Corn Field #F9F0BD
RGB
CMYK
RGB Variations
Color information
#F9F0BD (or 0xF9F0BD) is known color: Corn Field. HEX triplet: F9, F0 and BD. RGB value is (249,240,189). Sum of RGB (Red+Green+Blue) = 249+240+189=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 189 (74.22% from 255 or 27.88% from 678); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F0BD is #060F42. Grayscale: #EDEDED. Windows color (decimal): -397123 or 12447993. OLE color: 12447993.
HSL color Cylindrical-coordinate representation of color #F9F0BD: hue angle of 51º 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 #F9F0BD is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 240 | 189 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.02 |
| HSL | 51º | 0.83% | 0.86% | - |
| HSV(B) | 51º | 0.24% | 0.98% | - |
| XYZ | 79.41 | 86.13 | 60.58 | - |
| YUV | 236.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 240 | 189 | 0 | 0.04 | 0.24 | 0.02 | 51 | 0.83 | 0.86 |
| Hex | F9 | F0 | BD | 0 | 4 | 18 | 2 | 33 | 53 | 56 |
| Octal | 371 | 360 | 275 | 0 | 4 | 30 | 2 | 63 | 123 | 126 |
| Binary | 11111001 | 11110000 | 10111101 | 0 | 100 | 11000 | 10 | 110011 | 1010011 | 1010110 |
Color Harmonies of #F9F0BD
Complementary color
Monochromatic Colors of #F9F0BD
Black with #F9F0BD
Text Example
Text Example
White with #F9F0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F0BD; }
p { color: rgb(249,240,189); }
H1.HeaderClassName
{
color: #F9F0BD;
}
.AnyTagClassName
{
color: #F9F0BD;
}
</style>
background-color css
<style>
a { background-color: #F9F0BD; }
a { background-color: rgb(249,240,189); }
div.DivClassName
{
background-color: #F9F0BD;
}
.BgClassName
{
background-color: #F9F0BD;
}
</style>
border-color css
<style>
span { border-color: #F9F0BD; }
span { border-color: rgb(249,240,189); }
td.TdClassName
{
border-color: #F9F0BD;
}
.TagClassName
{
border-color: #F9F0BD;
}
</style>