Html Css Color HEX #F5CC9E Tequila

📋 copy color: '#F5CC9E'

red 245 ◦ green 204 ◦ blue 158

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

Shades of Tequila #F5CC9E

Tints of Tequila #F5CC9E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.61%

 BLUE value IS 158 (62.11% from 255) = 26.03%

R = 40.36%
G = 33.61%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5CC9E (or 0xF5CC9E) is known color: Tequila. HEX triplet: F5, CC and 9E. RGB value is (245,204,158). Sum of RGB (Red+Green+Blue) = 245+204+158=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CC9E is #0A3361. Grayscale: #D3D3D3. Windows color (decimal): -668514 or 10407157. OLE color: 10407157.

HSL color Cylindrical-coordinate representation of color #F5CC9E: hue angle of 31.72º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5CC9E is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 204 158 -
CMYK 0 0.17 0.36 0.04
HSL 31.72º 0.81% 0.79% -
HSV(B) 31.72º 0.36% 0.96% -
XYZ 65.42 65.07 41.46 -
YUV 211.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 245 204 158 0 0.17 0.36 0.04 31.72 0.81 0.79
Hex F5 CC 9E 0 11 24 4 20 51 4F
Octal 365 314 236 0 21 44 4 40 121 117
Binary 11110101 11001100 10011110 0 10001 100100 100 100000 1010001 1001111

Color Harmonies of #F5CC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC9E

Black with #F5CC9E

Text Example


Text Example

White with #F5CC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC9E; }

 p { color: rgb(245,204,158); }

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

background-color css

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

 a { background-color: rgb(245,204,158); }

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

border-color css

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

 span { border-color: rgb(245,204,158); }

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