#F9F1CA

Color #F9F1CA Corn Field (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Field #F9F1CA

Tints of Corn Field #F9F1CA

Color information

#F9F1CA (or 0xF9F1CA) is unknown color: approx Corn Field. HEX triplet: F9, F1 and CA. RGB value is (249,241,202). Sum of RGB (Red+Green+Blue) = 249+241+202=692 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.98% from 692); Green value is 241 (94.53% from 255 or 34.83% from 692); Blue value is 202 (79.30% from 255 or 29.19% from 692); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F1CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F1CA is #060E35. Grayscale: #EFEFEF. Windows color (decimal): -396854 or 13300217. OLE color: 13300217.

HSL color Cylindrical-coordinate representation of color #F9F1CA: hue angle of 49.79º 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 #F9F1CA is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249241202-
CMYK00.030.190.02
HSL49.79º79.66%88.43%-
HSV(B)49.79º18.88%97.65%-
XYZ81.1887.3168.45-
YUV238.95107.15135.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 35.98%
GREEN value IS 241 (94.53% from 255) = 34.83%
BLUE value IS 202 (79.30% from 255) = 29.19%
R=35.98%
G=34.83%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924120200.030.190.0249.7979.6688.43
HexF9F1CA03132325058
Octal3713613120323262120130
Binary111110011111000111001010011100111011001010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F1CA; }

 p { color: rgb(249,241,202); }

 H1.HeaderClassName
 {
   color: #F9F1CA;
 }
 .AnyTagClassName
 {
   color: #F9F1CA;
 }
</style>
background-color css

<style>
 a { background-color: #F9F1CA; }

 a { background-color: rgb(249,241,202); }

 div.DivClassName
 {
   background-color: #F9F1CA;
 }
 .BgClassName
 {
   background-color: #F9F1CA;
 }
</style>
border-color css

<style>
 span { border-color: #F9F1CA; }

 span { border-color: rgb(249,241,202); }

 td.TdClassName
 {
   border-color: #F9F1CA;
 }
 .TagClassName
 {
   border-color: #F9F1CA;
 }
</style>