#F2E0AF

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

Shades of Wheat #F2E0AF

Tints of Wheat #F2E0AF

Color information

#F2E0AF (or 0xF2E0AF) is unknown color: approx Wheat. HEX triplet: F2, E0 and AF. RGB value is (242,224,175). Sum of RGB (Red+Green+Blue) = 242+224+175=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E0AF is #0D1F50. Grayscale: #E0E0E0. Windows color (decimal): -859985 or 11526386. OLE color: 11526386.

HSL color Cylindrical-coordinate representation of color #F2E0AF: hue angle of 43.88º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2E0AF is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB242224175-
CMYK00.070.280.05
HSL43.88º72.04%81.76%-
HSV(B)43.88º27.69%94.9%-
XYZ71.0175.2851.35-
YUV223.8100.46140.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.75%
GREEN value IS 224 (87.89% from 255) = 34.95%
BLUE value IS 175 (68.75% from 255) = 27.30%
R=37.75%
G=34.95%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222417500.070.280.0543.8872.0481.76
HexF2E0AF071C52c4852
Octal3623402570734554110122
Binary11110010111000001010111101111110010110110010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E0AF; }

 p { color: rgb(242,224,175); }

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

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

 a { background-color: rgb(242,224,175); }

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

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

 span { border-color: rgb(242,224,175); }

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