Html Css Color HEX #F5CC9A Tequila

📋 copy color: '#F5CC9A'

red 245 ◦ green 204 ◦ blue 154

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

Shades of Tequila #F5CC9A

Tints of Tequila #F5CC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.54%

R = 40.63%
G = 33.83%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5CC9A (or 0xF5CC9A) is known color: Tequila. HEX triplet: F5, CC and 9A. RGB value is (245,204,154). Sum of RGB (Red+Green+Blue) = 245+204+154=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CC9A is #0A3365. Grayscale: #D2D2D2. Windows color (decimal): -668518 or 10145013. OLE color: 10145013.

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

Color convert

RGB 245 204 154 -
CMYK 0 0.17 0.37 0.04
HSL 32.97º 0.82% 0.78% -
HSV(B) 32.97º 0.37% 0.96% -
XYZ 65.08 64.93 39.67 -
YUV 210.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 245 204 154 0 0.17 0.37 0.04 32.97 0.82 0.78
Hex F5 CC 9A 0 11 25 4 21 52 4E
Octal 365 314 232 0 21 45 4 41 122 116
Binary 11110101 11001100 10011010 0 10001 100101 100 100001 1010010 1001110

Color Harmonies of #F5CC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC9A

Black with #F5CC9A

Text Example


Text Example

White with #F5CC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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