Shades of Corn Field #FEF9BA
Tints of Corn Field #FEF9BA
RGB
CMYK
RGB Variations
Color information
#FEF9BA (or 0xFEF9BA) is known color: Corn Field. HEX triplet: FE, F9 and BA. RGB value is (254,249,186). Sum of RGB (Red+Green+Blue) = 254+249+186=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 186 (73.05% from 255 or 27.00% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9BA is #010645. Grayscale: #F3F3F3. Windows color (decimal): -67142 or 12253694. OLE color: 12253694.
HSL color Cylindrical-coordinate representation of color #FEF9BA: hue angle of 55.59º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEF9BA is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 186 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.00 |
| HSL | 55.59º | 0.97% | 0.86% | - |
| HSV(B) | 55.59º | 0.27% | 1% | - |
| XYZ | 83.61 | 92.37 | 59.88 | - |
| YUV | 243.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 186 | 0 | 0.02 | 0.27 | 0.00 | 55.59 | 0.97 | 0.86 |
| Hex | FE | F9 | BA | 0 | 2 | 1B | 0 | 38 | 61 | 56 |
| Octal | 376 | 371 | 272 | 0 | 2 | 33 | 0 | 70 | 141 | 126 |
| Binary | 11111110 | 11111001 | 10111010 | 0 | 10 | 11011 | 0 | 111000 | 1100001 | 1010110 |
Color Harmonies of #FEF9BA
Complementary color
Monochromatic Colors of #FEF9BA
Black with #FEF9BA
Text Example
Text Example
White with #FEF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9BA; }
p { color: rgb(254,249,186); }
H1.HeaderClassName
{
color: #FEF9BA;
}
.AnyTagClassName
{
color: #FEF9BA;
}
</style>
background-color css
<style>
a { background-color: #FEF9BA; }
a { background-color: rgb(254,249,186); }
div.DivClassName
{
background-color: #FEF9BA;
}
.BgClassName
{
background-color: #FEF9BA;
}
</style>
border-color css
<style>
span { border-color: #FEF9BA; }
span { border-color: rgb(254,249,186); }
td.TdClassName
{
border-color: #FEF9BA;
}
.TagClassName
{
border-color: #FEF9BA;
}
</style>