Html Css Color HEX #F5AF76 Tacao

📋 copy color: '#F5AF76'

red 245 ◦ green 175 ◦ blue 118

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

Shades of Tacao #F5AF76

Tints of Tacao #F5AF76

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.53%

 BLUE value IS 118 (46.48% from 255) = 21.93%

R = 45.54%
G = 32.53%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F5AF76 (or 0xF5AF76) is known color: Tacao. HEX triplet: F5, AF and 76. RGB value is (245,175,118). Sum of RGB (Red+Green+Blue) = 245+175+118=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF76 is #0A5089. Grayscale: #BDBDBD. Windows color (decimal): -675978 or 7778293. OLE color: 7778293.

HSL color Cylindrical-coordinate representation of color #F5AF76: hue angle of 26.93º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5AF76 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 175 118 -
CMYK 0 0.29 0.52 0.04
HSL 26.93º 0.86% 0.71% -
HSV(B) 26.93º 0.52% 0.96% -
XYZ 56.26 51.38 24.09 -
YUV 189.43 87.69 167.63 -
System Red Green Blue C M Y K H S L
Decimal 245 175 118 0 0.29 0.52 0.04 26.93 0.86 0.71
Hex F5 AF 76 0 1D 34 4 1B 56 47
Octal 365 257 166 0 35 64 4 33 126 107
Binary 11110101 10101111 1110110 0 11101 110100 100 11011 1010110 1000111

Color Harmonies of #F5AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AF76

Black with #F5AF76

Text Example


Text Example

White with #F5AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AF76; }

 p { color: rgb(245,175,118); }

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

background-color css

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

 a { background-color: rgb(245,175,118); }

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

border-color css

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

 span { border-color: rgb(245,175,118); }

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