Shades of Corn Field #FEF9C0
Tints of Corn Field #FEF9C0
RGB
CMYK
RGB Variations
Color information
#FEF9C0 (or 0xFEF9C0) is known color: Corn Field. HEX triplet: FE, F9 and C0. RGB value is (254,249,192). Sum of RGB (Red+Green+Blue) = 254+249+192=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 249 (97.66% from 255 or 35.83% from 695); Blue value is 192 (75.39% from 255 or 27.63% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9C0 is #01063F. Grayscale: #F4F4F4. Windows color (decimal): -67136 or 12646910. OLE color: 12646910.
HSL color Cylindrical-coordinate representation of color #FEF9C0: hue angle of 55.16º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEF9C0 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 192 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.00 |
| HSL | 55.16º | 0.97% | 0.87% | - |
| HSV(B) | 55.16º | 0.24% | 1% | - |
| XYZ | 84.26 | 92.63 | 63.31 | - |
| YUV | 244 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 192 | 0 | 0.02 | 0.24 | 0.00 | 55.16 | 0.97 | 0.87 |
| Hex | FE | F9 | C0 | 0 | 2 | 18 | 0 | 37 | 61 | 57 |
| Octal | 376 | 371 | 300 | 0 | 2 | 30 | 0 | 67 | 141 | 127 |
| Binary | 11111110 | 11111001 | 11000000 | 0 | 10 | 11000 | 0 | 110111 | 1100001 | 1010111 |
Color Harmonies of #FEF9C0
Complementary color
Monochromatic Colors of #FEF9C0
Black with #FEF9C0
Text Example
Text Example
White with #FEF9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9C0; }
p { color: rgb(254,249,192); }
H1.HeaderClassName
{
color: #FEF9C0;
}
.AnyTagClassName
{
color: #FEF9C0;
}
</style>
background-color css
<style>
a { background-color: #FEF9C0; }
a { background-color: rgb(254,249,192); }
div.DivClassName
{
background-color: #FEF9C0;
}
.BgClassName
{
background-color: #FEF9C0;
}
</style>
border-color css
<style>
span { border-color: #FEF9C0; }
span { border-color: rgb(254,249,192); }
td.TdClassName
{
border-color: #FEF9C0;
}
.TagClassName
{
border-color: #FEF9C0;
}
</style>