Html Css Color HEX #F5D8AE Wheat

📋 copy color: '#F5D8AE'

red 245 ◦ green 216 ◦ blue 174

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

Shades of Wheat #F5D8AE

Tints of Wheat #F5D8AE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.02%

 BLUE value IS 174 (68.36% from 255) = 27.4%

R = 38.58%
G = 34.02%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5D8AE (or 0xF5D8AE) is known color: Wheat. HEX triplet: F5, D8 and AE. RGB value is (245,216,174). Sum of RGB (Red+Green+Blue) = 245+216+174=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D8AE is #0A2751. Grayscale: #DCDCDC. Windows color (decimal): -665426 or 11458805. OLE color: 11458805.

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

Color convert

RGB 245 216 174 -
CMYK 0 0.12 0.29 0.04
HSL 35.49º 0.78% 0.82% -
HSV(B) 35.49º 0.29% 0.96% -
XYZ 69.85 71.58 50.18 -
YUV 219.88 102.11 145.92 -
System Red Green Blue C M Y K H S L
Decimal 245 216 174 0 0.12 0.29 0.04 35.49 0.78 0.82
Hex F5 D8 AE 0 C 1D 4 23 4E 52
Octal 365 330 256 0 14 35 4 43 116 122
Binary 11110101 11011000 10101110 0 1100 11101 100 100011 1001110 1010010

Color Harmonies of #F5D8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D8AE

Black with #F5D8AE

Text Example


Text Example

White with #F5D8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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