Html Css Color HEX #F7D5AC Tequila

📋 copy color: '#F7D5AC'

red 247 ◦ green 213 ◦ blue 172

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

Shades of Tequila #F7D5AC

Tints of Tequila #F7D5AC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.7%

 BLUE value IS 172 (67.58% from 255) = 27.22%

R = 39.08%
G = 33.7%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F7D5AC (or 0xF7D5AC) is known color: Tequila. HEX triplet: F7, D5 and AC. RGB value is (247,213,172). Sum of RGB (Red+Green+Blue) = 247+213+172=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D5AC is #082A53. Grayscale: #DADADA. Windows color (decimal): -535124 or 11326967. OLE color: 11326967.

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

Color convert

RGB 247 213 172 -
CMYK 0 0.14 0.30 0.03
HSL 32.8º 0.82% 0.82% -
HSV(B) 32.8º 0.3% 0.97% -
XYZ 69.6 70.34 48.94 -
YUV 218.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 247 213 172 0 0.14 0.30 0.03 32.8 0.82 0.82
Hex F7 D5 AC 0 E 1E 3 21 52 52
Octal 367 325 254 0 16 36 3 41 122 122
Binary 11110111 11010101 10101100 0 1110 11110 11 100001 1010010 1010010

Color Harmonies of #F7D5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D5AC

Black with #F7D5AC

Text Example


Text Example

White with #F7D5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D5AC; }

 p { color: rgb(247,213,172); }

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

background-color css

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

 a { background-color: rgb(247,213,172); }

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

border-color css

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

 span { border-color: rgb(247,213,172); }

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