Html Css Color HEX #F5D0AD Tequila

📋 copy color: '#F5D0AD'

red 245 ◦ green 208 ◦ blue 173

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

Shades of Tequila #F5D0AD

Tints of Tequila #F5D0AD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.23%

 BLUE value IS 173 (67.97% from 255) = 27.64%

R = 39.14%
G = 33.23%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5D0AD (or 0xF5D0AD) is known color: Tequila. HEX triplet: F5, D0 and AD. RGB value is (245,208,173). Sum of RGB (Red+Green+Blue) = 245+208+173=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D0AD is #0A2F52. Grayscale: #D7D7D7. Windows color (decimal): -667475 or 11391221. OLE color: 11391221.

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

Color convert

RGB 245 208 173 -
CMYK 0 0.15 0.29 0.04
HSL 29.17º 0.78% 0.82% -
HSV(B) 29.17º 0.29% 0.96% -
XYZ 67.75 67.54 49 -
YUV 215.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 245 208 173 0 0.15 0.29 0.04 29.17 0.78 0.82
Hex F5 D0 AD 0 F 1D 4 1D 4E 52
Octal 365 320 255 0 17 35 4 35 116 122
Binary 11110101 11010000 10101101 0 1111 11101 100 11101 1001110 1010010

Color Harmonies of #F5D0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D0AD

Black with #F5D0AD

Text Example


Text Example

White with #F5D0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D0AD; }

 p { color: rgb(245,208,173); }

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

background-color css

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

 a { background-color: rgb(245,208,173); }

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

border-color css

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

 span { border-color: rgb(245,208,173); }

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