#F8CE9D

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

Shades of Tequila #F8CE9D

Tints of Tequila #F8CE9D

Color information

#F8CE9D (or 0xF8CE9D) is unknown color: approx Tequila. HEX triplet: F8, CE and 9D. RGB value is (248,206,157). Sum of RGB (Red+Green+Blue) = 248+206+157=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CE9D is #073162. Grayscale: #D5D5D5. Windows color (decimal): -471395 or 10342136. OLE color: 10342136.

HSL color Cylindrical-coordinate representation of color #F8CE9D: hue angle of 32.31º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F8CE9D is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB248206157-
CMYK00.170.370.03
HSL32.31º86.67%79.41%-
HSV(B)32.31º36.69%97.25%-
XYZ66.8766.5341.22-
YUV212.9796.41152.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.59%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 157 (61.72% from 255) = 25.70%
R=40.59%
G=33.72%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820615700.170.370.0332.3186.6779.41
HexF8CE9D01125320574f
Octal37031623502145340127117
Binary1111100011001110100111010100011001011110000010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CE9D; }

 p { color: rgb(248,206,157); }

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

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

 a { background-color: rgb(248,206,157); }

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

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

 span { border-color: rgb(248,206,157); }

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