Html Css Color HEX #F5D9AF Wheat

📋 copy color: '#F5D9AF'

red 245 ◦ green 217 ◦ blue 175

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

Shades of Wheat #F5D9AF

Tints of Wheat #F5D9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.07%

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

R = 38.46%
G = 34.07%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5D9AF (or 0xF5D9AF) is known color: Wheat. HEX triplet: F5, D9 and AF. RGB value is (245,217,175). Sum of RGB (Red+Green+Blue) = 245+217+175=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D9AF is #0A2650. Grayscale: #DCDCDC. Windows color (decimal): -665169 or 11524597. OLE color: 11524597.

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

Color convert

RGB 245 217 175 -
CMYK 0 0.11 0.29 0.04
HSL 36º 0.78% 0.82% -
HSV(B) 36º 0.29% 0.96% -
XYZ 70.21 72.13 50.78 -
YUV 220.58 102.28 145.42 -
System Red Green Blue C M Y K H S L
Decimal 245 217 175 0 0.11 0.29 0.04 36 0.78 0.82
Hex F5 D9 AF 0 B 1D 4 24 4E 52
Octal 365 331 257 0 13 35 4 44 116 122
Binary 11110101 11011001 10101111 0 1011 11101 100 100100 1001110 1010010

Color Harmonies of #F5D9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D9AF

Black with #F5D9AF

Text Example


Text Example

White with #F5D9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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