Html Css Color HEX #FAAA76 Tacao

📋 copy color: '#FAAA76'

red 250 ◦ green 170 ◦ blue 118

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

Shades of Tacao #FAAA76

Tints of Tacao #FAAA76

RGB

 RED value IS 250 (98.05% from 255) = 46.47%

 GREEN value IS 170 (66.8% from 255) = 31.6%

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

R = 46.47%
G = 31.6%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAAA76 (or 0xFAAA76) is known color: Tacao. HEX triplet: FA, AA and 76. RGB value is (250,170,118). Sum of RGB (Red+Green+Blue) = 250+170+118=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA76 is #055589. Grayscale: #BCBCBC. Windows color (decimal): -349578 or 7777018. OLE color: 7777018.

HSL color Cylindrical-coordinate representation of color #FAAA76: hue angle of 23.64º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAAA76 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 170 118 -
CMYK 0 0.32 0.53 0.02
HSL 23.64º 0.93% 0.72% -
HSV(B) 23.64º 0.53% 0.98% -
XYZ 57.07 50.38 23.86 -
YUV 187.99 88.5 172.23 -
System Red Green Blue C M Y K H S L
Decimal 250 170 118 0 0.32 0.53 0.02 23.64 0.93 0.72
Hex FA AA 76 0 20 35 2 18 5D 48
Octal 372 252 166 0 40 65 2 30 135 110
Binary 11111010 10101010 1110110 0 100000 110101 10 11000 1011101 1001000

Color Harmonies of #FAAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA76

Black with #FAAA76

Text Example


Text Example

White with #FAAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA76; }

 p { color: rgb(250,170,118); }

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

background-color css

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

 a { background-color: rgb(250,170,118); }

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

border-color css

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

 span { border-color: rgb(250,170,118); }

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