#FCB176

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

Shades of Tacao #FCB176

Tints of Tacao #FCB176

Color information

#FCB176 (or 0xFCB176) is unknown color: approx Tacao. HEX triplet: FC, B1 and 76. RGB value is (252,177,118). Sum of RGB (Red+Green+Blue) = 252+177+118=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB176 is #034E89. Grayscale: #C1C1C1. Windows color (decimal): -216714 or 7778812. OLE color: 7778812.

HSL color Cylindrical-coordinate representation of color #FCB176: hue angle of 26.42º 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 #FCB176 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB252177118-
CMYK00.300.530.01
HSL26.42º95.71%72.55%-
HSV(B)26.42º53.17%98.82%-
XYZ59.1453.4524.34-
YUV192.785.85170.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.07%
GREEN value IS 177 (69.53% from 255) = 32.36%
BLUE value IS 118 (46.48% from 255) = 21.57%
R=46.07%
G=32.36%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217711800.300.530.0126.4295.7172.55
HexFCB17601E3511a6049
Octal37426116603665132140111
Binary1111110010110001111011001111011010111101011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB176; }

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

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

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

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

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

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

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

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