#F5DEAE

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

Shades of Wheat #F5DEAE

Tints of Wheat #F5DEAE

Color information

#F5DEAE (or 0xF5DEAE) is unknown color: approx Wheat. HEX triplet: F5, DE and AE. RGB value is (245,222,174). Sum of RGB (Red+Green+Blue) = 245+222+174=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 174 (68.36% from 255 or 27.15% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DEAE is #0A2151. Grayscale: #DFDFDF. Windows color (decimal): -663890 or 11460341. OLE color: 11460341.

HSL color Cylindrical-coordinate representation of color #F5DEAE: hue angle of 40.56º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5DEAE is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245222174-
CMYK00.090.290.04
HSL40.56º78.02%82.16%-
HSV(B)40.56º28.98%96.08%-
XYZ71.4274.7150.7-
YUV223.4100.12143.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.22%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 174 (68.36% from 255) = 27.15%
R=38.22%
G=34.63%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522217400.090.290.0440.5678.0282.16
HexF5DEAE091D4294e52
Octal36533625601135451116122
Binary111101011101111010101110010011110110010100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DEAE; }

 p { color: rgb(245,222,174); }

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

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

 a { background-color: rgb(245,222,174); }

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

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

 span { border-color: rgb(245,222,174); }

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