Html Css Color HEX #F5CE99 Tequila

📋 copy color: '#F5CE99'

red 245 ◦ green 206 ◦ blue 153

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

Shades of Tequila #F5CE99

Tints of Tequila #F5CE99

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.11%

 BLUE value IS 153 (60.16% from 255) = 25.33%

R = 40.56%
G = 34.11%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F5CE99 (or 0xF5CE99) is known color: Tequila. HEX triplet: F5, CE and 99. RGB value is (245,206,153). Sum of RGB (Red+Green+Blue) = 245+206+153=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 153 (60.16% from 255 or 25.33% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CE99 is #0A3166. Grayscale: #D3D3D3. Windows color (decimal): -668007 or 10079989. OLE color: 10079989.

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

Color convert

RGB 245 206 153 -
CMYK 0 0.16 0.38 0.04
HSL 34.57º 0.82% 0.78% -
HSV(B) 34.57º 0.38% 0.96% -
XYZ 65.48 65.86 39.4 -
YUV 211.62 94.92 151.81 -
System Red Green Blue C M Y K H S L
Decimal 245 206 153 0 0.16 0.38 0.04 34.57 0.82 0.78
Hex F5 CE 99 0 10 26 4 23 52 4E
Octal 365 316 231 0 20 46 4 43 122 116
Binary 11110101 11001110 10011001 0 10000 100110 100 100011 1010010 1001110

Color Harmonies of #F5CE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CE99

Black with #F5CE99

Text Example


Text Example

White with #F5CE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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