#FAB175

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

Shades of Tacao #FAB175

Tints of Tacao #FAB175

Color information

#FAB175 (or 0xFAB175) is unknown color: approx Tacao. HEX triplet: FA, B1 and 75. RGB value is (250,177,117). Sum of RGB (Red+Green+Blue) = 250+177+117=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB175 is #054E8A. Grayscale: #C0C0C0. Windows color (decimal): -347787 or 7713274. OLE color: 7713274.

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

Color convert

RGB250177117-
CMYK00.290.530.02
HSL27.07º93.01%71.96%-
HSV(B)27.07º53.2%98.04%-
XYZ58.3653.0523.99-
YUV191.9985.68169.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.96%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 117 (46.09% from 255) = 21.51%
R=45.96%
G=32.54%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017711700.290.530.0227.0793.0171.96
HexFAB17501D3521b5d48
Octal37226116503565233135110
Binary11111010101100011110101011101110101101101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB175; }

 p { color: rgb(250,177,117); }

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

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

 a { background-color: rgb(250,177,117); }

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

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

 span { border-color: rgb(250,177,117); }

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