Html Css Color HEX #F5CC9F Tequila

📋 copy color: '#F5CC9F'

red 245 ◦ green 204 ◦ blue 159

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

Shades of Tequila #F5CC9F

Tints of Tequila #F5CC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.15%

R = 40.3%
G = 33.55%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F5CC9F (or 0xF5CC9F) is known color: Tequila. HEX triplet: F5, CC and 9F. RGB value is (245,204,159). Sum of RGB (Red+Green+Blue) = 245+204+159=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CC9F is #0A3360. Grayscale: #D3D3D3. Windows color (decimal): -668513 or 10472693. OLE color: 10472693.

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

Color convert

RGB 245 204 159 -
CMYK 0 0.17 0.35 0.04
HSL 31.4º 0.81% 0.79% -
HSV(B) 31.4º 0.35% 0.96% -
XYZ 65.51 65.1 41.91 -
YUV 211.13 98.58 152.16 -
System Red Green Blue C M Y K H S L
Decimal 245 204 159 0 0.17 0.35 0.04 31.4 0.81 0.79
Hex F5 CC 9F 0 11 23 4 1F 51 4F
Octal 365 314 237 0 21 43 4 37 121 117
Binary 11110101 11001100 10011111 0 10001 100011 100 11111 1010001 1001111

Color Harmonies of #F5CC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC9F

Black with #F5CC9F

Text Example


Text Example

White with #F5CC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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