#F6F1C5

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

Shades of Corn Field #F6F1C5

Tints of Corn Field #F6F1C5

Color information

#F6F1C5 (or 0xF6F1C5) is unknown color: approx Corn Field. HEX triplet: F6, F1 and C5. RGB value is (246,241,197). Sum of RGB (Red+Green+Blue) = 246+241+197=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 197 (77.34% from 255 or 28.80% from 684); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F1C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F1C5 is #090E3A. Grayscale: #EDEDED. Windows color (decimal): -593467 or 12972534. OLE color: 12972534.

HSL color Cylindrical-coordinate representation of color #F6F1C5: hue angle of 53.88º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6F1C5 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB246241197-
CMYK00.020.200.04
HSL53.88º73.13%86.86%-
HSV(B)53.88º19.92%96.47%-
XYZ79.5486.5365.33-
YUV237.48105.16134.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.96%
GREEN value IS 241 (94.53% from 255) = 35.23%
BLUE value IS 197 (77.34% from 255) = 28.80%
R=35.96%
G=35.23%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624119700.020.200.0453.8873.1386.86
HexF6F1C502144364957
Octal3663613050224466111127
Binary1111011011110001110001010101010010011011010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F1C5; }

 p { color: rgb(246,241,197); }

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

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

 a { background-color: rgb(246,241,197); }

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

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

 span { border-color: rgb(246,241,197); }

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