#F5DFAF

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

Shades of Wheat #F5DFAF

Tints of Wheat #F5DFAF

Color information

#F5DFAF (or 0xF5DFAF) is unknown color: approx Wheat. HEX triplet: F5, DF and AF. RGB value is (245,223,175). Sum of RGB (Red+Green+Blue) = 245+223+175=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DFAF is #0A2050. Grayscale: #E0E0E0. Windows color (decimal): -663633 or 11526133. OLE color: 11526133.

HSL color Cylindrical-coordinate representation of color #F5DFAF: hue angle of 41.14º 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 #F5DFAF is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245223175-
CMYK00.090.290.04
HSL41.14º77.78%82.35%-
HSV(B)41.14º28.57%96.08%-
XYZ71.7875.2851.31-
YUV224.11100.29142.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.10%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 175 (68.75% from 255) = 27.22%
R=38.10%
G=34.68%
B=27.22%

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
Decimal24522317500.090.290.0441.1477.7882.35
HexF5DFAF091D4294e52
Octal36533725701135451116122
Binary111101011101111110101111010011110110010100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DFAF; }

 p { color: rgb(245,223,175); }

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

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

 a { background-color: rgb(245,223,175); }

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

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

 span { border-color: rgb(245,223,175); }

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