Shades of Corn Field #F9F2BD
Tints of Corn Field #F9F2BD
RGB
CMYK
RGB Variations
Color information
#F9F2BD (or 0xF9F2BD) is known color: Corn Field. HEX triplet: F9, F2 and BD. RGB value is (249,242,189). Sum of RGB (Red+Green+Blue) = 249+242+189=680 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.62% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 189 (74.22% from 255 or 27.79% from 680); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F2BD is #060D42. Grayscale: #EEEEEE. Windows color (decimal): -396611 or 12448505. OLE color: 12448505.
HSL color Cylindrical-coordinate representation of color #F9F2BD: hue angle of 53º 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 #F9F2BD is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 189 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.02 |
| HSL | 53º | 0.83% | 0.86% | - |
| HSV(B) | 53º | 0.24% | 0.98% | - |
| XYZ | 80 | 87.32 | 60.78 | - |
| YUV | 238.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 189 | 0 | 0.03 | 0.24 | 0.02 | 53 | 0.83 | 0.86 |
| Hex | F9 | F2 | BD | 0 | 3 | 18 | 2 | 35 | 53 | 56 |
| Octal | 371 | 362 | 275 | 0 | 3 | 30 | 2 | 65 | 123 | 126 |
| Binary | 11111001 | 11110010 | 10111101 | 0 | 11 | 11000 | 10 | 110101 | 1010011 | 1010110 |
Color Harmonies of #F9F2BD
Complementary color
Monochromatic Colors of #F9F2BD
Black with #F9F2BD
Text Example
Text Example
White with #F9F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F2BD; }
p { color: rgb(249,242,189); }
H1.HeaderClassName
{
color: #F9F2BD;
}
.AnyTagClassName
{
color: #F9F2BD;
}
</style>
background-color css
<style>
a { background-color: #F9F2BD; }
a { background-color: rgb(249,242,189); }
div.DivClassName
{
background-color: #F9F2BD;
}
.BgClassName
{
background-color: #F9F2BD;
}
</style>
border-color css
<style>
span { border-color: #F9F2BD; }
span { border-color: rgb(249,242,189); }
td.TdClassName
{
border-color: #F9F2BD;
}
.TagClassName
{
border-color: #F9F2BD;
}
</style>