Html Css Color HEX #F5D5AC Tequila

📋 copy color: '#F5D5AC'

red 245 ◦ green 213 ◦ blue 172

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

Shades of Tequila #F5D5AC

Tints of Tequila #F5D5AC

RGB

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

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

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

R = 38.89%
G = 33.81%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F5D5AC (or 0xF5D5AC) is known color: Tequila. HEX triplet: F5, D5 and AC. RGB value is (245,213,172). Sum of RGB (Red+Green+Blue) = 245+213+172=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D5AC is #0A2A53. Grayscale: #DADADA. Windows color (decimal): -666196 or 11326965. OLE color: 11326965.

HSL color Cylindrical-coordinate representation of color #F5D5AC: hue angle of 33.7º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5D5AC is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 213 172 -
CMYK 0 0.13 0.30 0.04
HSL 33.7º 0.78% 0.82% -
HSV(B) 33.7º 0.3% 0.96% -
XYZ 68.9 69.98 48.91 -
YUV 217.89 102.1 147.33 -
System Red Green Blue C M Y K H S L
Decimal 245 213 172 0 0.13 0.30 0.04 33.7 0.78 0.82
Hex F5 D5 AC 0 D 1E 4 22 4E 52
Octal 365 325 254 0 15 36 4 42 116 122
Binary 11110101 11010101 10101100 0 1101 11110 100 100010 1001110 1010010

Color Harmonies of #F5D5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D5AC

Black with #F5D5AC

Text Example


Text Example

White with #F5D5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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