Html Css Color HEX #FCAA76 Tacao

📋 copy color: '#FCAA76'

red 252 ◦ green 170 ◦ blue 118

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

Shades of Tacao #FCAA76

Tints of Tacao #FCAA76

RGB

 RED value IS 252 (98.83% from 255) = 46.67%

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

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

R = 46.67%
G = 31.48%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCAA76 (or 0xFCAA76) is known color: Tacao. HEX triplet: FC, AA and 76. RGB value is (252,170,118). Sum of RGB (Red+Green+Blue) = 252+170+118=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA76 is #035589. Grayscale: #BCBCBC. Windows color (decimal): -218506 or 7777020. OLE color: 7777020.

HSL color Cylindrical-coordinate representation of color #FCAA76: hue angle of 23.28º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCAA76 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 170 118 -
CMYK 0 0.33 0.53 0.01
HSL 23.28º 0.96% 0.73% -
HSV(B) 23.28º 0.53% 0.99% -
XYZ 57.79 50.75 23.89 -
YUV 188.59 88.17 173.23 -
System Red Green Blue C M Y K H S L
Decimal 252 170 118 0 0.33 0.53 0.01 23.28 0.96 0.73
Hex FC AA 76 0 21 35 1 17 60 49
Octal 374 252 166 0 41 65 1 27 140 111
Binary 11111100 10101010 1110110 0 100001 110101 1 10111 1100000 1001001

Color Harmonies of #FCAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA76

Black with #FCAA76

Text Example


Text Example

White with #FCAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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