Html Css Color HEX #F5E0AF Wheat

📋 copy color: '#F5E0AF'

red 245 ◦ green 224 ◦ blue 175

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

Shades of Wheat #F5E0AF

Tints of Wheat #F5E0AF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.78%

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

R = 38.04%
G = 34.78%
B = 27.17%

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

#F5E0AF (or 0xF5E0AF) is known color: Wheat. HEX triplet: F5, E0 and AF. RGB value is (245,224,175). Sum of RGB (Red+Green+Blue) = 245+224+175=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E0AF is #0A1F50. Grayscale: #E0E0E0. Windows color (decimal): -663377 or 11526389. OLE color: 11526389.

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

Color convert

RGB 245 224 175 -
CMYK 0 0.09 0.29 0.04
HSL 42º 0.78% 0.82% -
HSV(B) 42º 0.29% 0.96% -
XYZ 72.05 75.82 51.39 -
YUV 224.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 245 224 175 0 0.09 0.29 0.04 42 0.78 0.82
Hex F5 E0 AF 0 9 1D 4 2A 4E 52
Octal 365 340 257 0 11 35 4 52 116 122
Binary 11110101 11100000 10101111 0 1001 11101 100 101010 1001110 1010010

Color Harmonies of #F5E0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E0AF

Black with #F5E0AF

Text Example


Text Example

White with #F5E0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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