Html Css Color HEX #F7E0B0 Wheat

📋 copy color: '#F7E0B0'

red 247 ◦ green 224 ◦ blue 176

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

Shades of Wheat #F7E0B0

Tints of Wheat #F7E0B0

RGB

 RED value IS 247 (96.88% from 255) = 38.18%

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

 BLUE value IS 176 (69.14% from 255) = 27.2%

R = 38.18%
G = 34.62%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F7E0B0 (or 0xF7E0B0) is known color: Wheat. HEX triplet: F7, E0 and B0. RGB value is (247,224,176). Sum of RGB (Red+Green+Blue) = 247+224+176=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 176 (69.14% from 255 or 27.20% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E0B0 is #081F4F. Grayscale: #E1E1E1. Windows color (decimal): -532304 or 11591927. OLE color: 11591927.

HSL color Cylindrical-coordinate representation of color #F7E0B0: hue angle of 40.56º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7E0B0 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 224 176 -
CMYK 0 0.09 0.29 0.03
HSL 40.56º 0.82% 0.83% -
HSV(B) 40.56º 0.29% 0.97% -
XYZ 72.85 76.22 51.95 -
YUV 225.41 100.12 143.4 -
System Red Green Blue C M Y K H S L
Decimal 247 224 176 0 0.09 0.29 0.03 40.56 0.82 0.83
Hex F7 E0 B0 0 9 1D 3 29 52 53
Octal 367 340 260 0 11 35 3 51 122 123
Binary 11110111 11100000 10110000 0 1001 11101 11 101001 1010010 1010011

Color Harmonies of #F7E0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E0B0

Black with #F7E0B0

Text Example


Text Example

White with #F7E0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E0B0; }

 p { color: rgb(247,224,176); }

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

background-color css

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

 a { background-color: rgb(247,224,176); }

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

border-color css

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

 span { border-color: rgb(247,224,176); }

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