#f9efc0

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

Shades of Corn Field #F9EFC0

Tints of Corn Field #F9EFC0

Color information

#F9EFC0 (or 0xF9EFC0) is unknown color: approx Corn Field. HEX triplet: F9, EF and C0. RGB value is (249,239,192). Sum of RGB (Red+Green+Blue) = 249+239+192=680 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.62% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 192 (75.39% from 255 or 28.24% from 680); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EFC0 is #06103F. Grayscale: #ECECEC. Windows color (decimal): -397376 or 12644345. OLE color: 12644345.

HSL color Cylindrical-coordinate representation of color #F9EFC0: hue angle of 49.47º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9EFC0 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB249239192-
CMYK00.040.230.02
HSL49.47º82.61%86.47%-
HSV(B)49.47º22.89%97.65%-
XYZ79.4585.6862.22-
YUV236.63102.81136.82-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.62%
GREEN value IS 239 (93.75% from 255) = 35.15%
BLUE value IS 192 (75.39% from 255) = 28.24%
R=36.62%
G=35.15%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923919200.040.230.0249.4782.6186.47
HexF9EFC004172315356
Octal3713573000427261123126
Binary1111100111101111110000000100101111011000110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9efc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9efc0; }

 p { color: rgb(249,239,192); }

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

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

 a { background-color: rgb(249,239,192); }

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

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

 span { border-color: rgb(249,239,192); }

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