Html Css Color HEX #F5DFAF Wheat

📋 copy color: '#F5DFAF'

red 245 ◦ green 223 ◦ blue 175

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

Shades of Wheat #F5DFAF

Tints of Wheat #F5DFAF

RGB

 RED value IS 245 (96.09% from 255) = 38.1%

 GREEN value IS 223 (87.5% from 255) = 34.68%

 BLUE value IS 175 (68.75% from 255) = 27.22%

R = 38.1%
G = 34.68%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5DFAF (or 0xF5DFAF) is known color: 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

RGB 245 223 175 -
CMYK 0 0.09 0.29 0.04
HSL 41.14º 0.78% 0.82% -
HSV(B) 41.14º 0.29% 0.96% -
XYZ 71.78 75.28 51.31 -
YUV 224.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 245 223 175 0 0.09 0.29 0.04 41.14 0.78 0.82
Hex F5 DF AF 0 9 1D 4 29 4E 52
Octal 365 337 257 0 11 35 4 51 116 122
Binary 11110101 11011111 10101111 0 1001 11101 100 101001 1001110 1010010

Color Harmonies of #F5DFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DFAF

Black with #F5DFAF

Text Example


Text Example

White with #F5DFAF

Text Example


Text Example

HTML Codes & Css Web 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>