Html Css Color HEX #F2E0AF Wheat

📋 copy color: '#F2E0AF'

red 242 ◦ green 224 ◦ blue 175

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

Shades of Wheat #F2E0AF

Tints of Wheat #F2E0AF

RGB

 RED value IS 242 (94.92% from 255) = 37.75%

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

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

R = 37.75%
G = 34.95%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2E0AF (or 0xF2E0AF) is known color: Wheat. HEX triplet: F2, E0 and AF. RGB value is (242,224,175). Sum of RGB (Red+Green+Blue) = 242+224+175=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E0AF is #0D1F50. Grayscale: #E0E0E0. Windows color (decimal): -859985 or 11526386. OLE color: 11526386.

HSL color Cylindrical-coordinate representation of color #F2E0AF: hue angle of 43.88º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2E0AF is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 224 175 -
CMYK 0 0.07 0.28 0.05
HSL 43.88º 0.72% 0.82% -
HSV(B) 43.88º 0.28% 0.95% -
XYZ 71.01 75.28 51.35 -
YUV 223.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 242 224 175 0 0.07 0.28 0.05 43.88 0.72 0.82
Hex F2 E0 AF 0 7 1C 5 2C 48 52
Octal 362 340 257 0 7 34 5 54 110 122
Binary 11110010 11100000 10101111 0 111 11100 101 101100 1001000 1010010

Color Harmonies of #F2E0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E0AF

Black with #F2E0AF

Text Example


Text Example

White with #F2E0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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