Shades of Corn Field #FFF4C2
Tints of Corn Field #FFF4C2
RGB
CMYK
RGB Variations
Color information
#FFF4C2 (or 0xFFF4C2) is known color: Corn Field. HEX triplet: FF, F4 and C2. RGB value is (255,244,194). Sum of RGB (Red+Green+Blue) = 255+244+194=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 244 (95.70% from 255 or 35.21% from 693); Blue value is 194 (76.17% from 255 or 27.99% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4C2 is #000B3D. Grayscale: #F1F1F1. Windows color (decimal): -2878 or 12776703. OLE color: 12776703.
HSL color Cylindrical-coordinate representation of color #FFF4C2: hue angle of 49.18º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFF4C2 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 194 | - |
| CMYK | 0 | 0.04 | 0.24 | 0 |
| HSL | 49.18º | 1% | 0.88% | - |
| HSV(B) | 49.18º | 0.24% | 1% | - |
| XYZ | 83.33 | 89.86 | 63.99 | - |
| YUV | 241.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 194 | 0 | 0.04 | 0.24 | 0 | 49.18 | 1 | 0.88 |
| Hex | FF | F4 | C2 | 0 | 4 | 18 | 0 | 31 | 64 | 58 |
| Octal | 377 | 364 | 302 | 0 | 4 | 30 | 0 | 61 | 144 | 130 |
| Binary | 11111111 | 11110100 | 11000010 | 0 | 100 | 11000 | 0 | 110001 | 1100100 | 1011000 |
Color Harmonies of #FFF4C2
Complementary color
Monochromatic Colors of #FFF4C2
Black with #FFF4C2
Text Example
Text Example
White with #FFF4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4C2; }
p { color: rgb(255,244,194); }
H1.HeaderClassName
{
color: #FFF4C2;
}
.AnyTagClassName
{
color: #FFF4C2;
}
</style>
background-color css
<style>
a { background-color: #FFF4C2; }
a { background-color: rgb(255,244,194); }
div.DivClassName
{
background-color: #FFF4C2;
}
.BgClassName
{
background-color: #FFF4C2;
}
</style>
border-color css
<style>
span { border-color: #FFF4C2; }
span { border-color: rgb(255,244,194); }
td.TdClassName
{
border-color: #FFF4C2;
}
.TagClassName
{
border-color: #FFF4C2;
}
</style>