#F5CE9A

Color #F5CE9A Tequila (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tequila #F5CE9A

Tints of Tequila #F5CE9A

Color information

#F5CE9A (or 0xF5CE9A) is unknown color: approx Tequila. HEX triplet: F5, CE and 9A. RGB value is (245,206,154). Sum of RGB (Red+Green+Blue) = 245+206+154=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CE9A is #0A3165. Grayscale: #D3D3D3. Windows color (decimal): -668006 or 10145525. OLE color: 10145525.

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

Color convert

RGB245206154-
CMYK00.160.370.04
HSL34.29º81.98%78.24%-
HSV(B)34.29º37.14%96.08%-
XYZ65.5665.8939.83-
YUV211.7395.42151.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.50%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 154 (60.55% from 255) = 25.45%
R=40.50%
G=34.05%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520615400.160.370.0434.2981.9878.24
HexF5CE9A01025422524e
Octal36531623202045442122116
Binary11110101110011101001101001000010010110010001010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CE9A; }

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

 H1.HeaderClassName
 {
   color: #F5CE9A;
 }
 .AnyTagClassName
 {
   color: #F5CE9A;
 }
</style>
background-color css

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

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

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

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

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

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