Html Css Color HEX #F6F0C2 Corn Field

📋 copy color: '#F6F0C2'

red 246 ◦ green 240 ◦ blue 194

#F6F0C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Field #F6F0C2

Tints of Corn Field #F6F0C2

RGB

 RED value IS 246 (96.48% from 255) = 36.18%

 GREEN value IS 240 (94.14% from 255) = 35.29%

 BLUE value IS 194 (76.17% from 255) = 28.53%

R = 36.18%
G = 35.29%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F6F0C2 (or 0xF6F0C2) is known color: Corn Field. HEX triplet: F6, F0 and C2. RGB value is (246,240,194). Sum of RGB (Red+Green+Blue) = 246+240+194=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 194 (76.17% from 255 or 28.53% from 680); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F0C2 is #090F3D. Grayscale: #ECECEC. Windows color (decimal): -593726 or 12775670. OLE color: 12775670.

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

Color convert

RGB 246 240 194 -
CMYK 0 0.02 0.21 0.04
HSL 53.08º 0.74% 0.86% -
HSV(B) 53.08º 0.21% 0.96% -
XYZ 78.9 85.81 63.44 -
YUV 236.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 246 240 194 0 0.02 0.21 0.04 53.08 0.74 0.86
Hex F6 F0 C2 0 2 15 4 35 4A 56
Octal 366 360 302 0 2 25 4 65 112 126
Binary 11110110 11110000 11000010 0 10 10101 100 110101 1001010 1010110

Color Harmonies of #F6F0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F0C2

Black with #F6F0C2

Text Example


Text Example

White with #F6F0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F0C2; }

 p { color: rgb(246,240,194); }

 H1.HeaderClassName
 {
   color: #F6F0C2;
 }
 .AnyTagClassName
 {
   color: #F6F0C2;
 }
</style>

background-color css

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

 a { background-color: rgb(246,240,194); }

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

border-color css

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

 span { border-color: rgb(246,240,194); }

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