Shades of Corn Field #F9F3CA
Tints of Corn Field #F9F3CA
RGB
CMYK
RGB Variations
Color information
#F9F3CA (or 0xF9F3CA) is known color: Corn Field. HEX triplet: F9, F3 and CA. RGB value is (249,243,202). Sum of RGB (Red+Green+Blue) = 249+243+202=694 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.88% from 694); Green value is 243 (95.31% from 255 or 35.01% from 694); Blue value is 202 (79.30% from 255 or 29.11% from 694); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F3CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F3CA is #060C35. Grayscale: #F0F0F0. Windows color (decimal): -396342 or 13300729. OLE color: 13300729.
HSL color Cylindrical-coordinate representation of color #F9F3CA: hue angle of 52.34º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9F3CA is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 243 | 202 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.02 |
| HSL | 52.34º | 0.8% | 0.88% | - |
| HSV(B) | 52.34º | 0.19% | 0.98% | - |
| XYZ | 81.78 | 88.51 | 68.65 | - |
| YUV | 240.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 243 | 202 | 0 | 0.02 | 0.19 | 0.02 | 52.34 | 0.8 | 0.88 |
| Hex | F9 | F3 | CA | 0 | 2 | 13 | 2 | 34 | 50 | 58 |
| Octal | 371 | 363 | 312 | 0 | 2 | 23 | 2 | 64 | 120 | 130 |
| Binary | 11111001 | 11110011 | 11001010 | 0 | 10 | 10011 | 10 | 110100 | 1010000 | 1011000 |
Color Harmonies of #F9F3CA
Complementary color
Monochromatic Colors of #F9F3CA
Black with #F9F3CA
Text Example
Text Example
White with #F9F3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F3CA; }
p { color: rgb(249,243,202); }
H1.HeaderClassName
{
color: #F9F3CA;
}
.AnyTagClassName
{
color: #F9F3CA;
}
</style>
background-color css
<style>
a { background-color: #F9F3CA; }
a { background-color: rgb(249,243,202); }
div.DivClassName
{
background-color: #F9F3CA;
}
.BgClassName
{
background-color: #F9F3CA;
}
</style>
border-color css
<style>
span { border-color: #F9F3CA; }
span { border-color: rgb(249,243,202); }
td.TdClassName
{
border-color: #F9F3CA;
}
.TagClassName
{
border-color: #F9F3CA;
}
</style>