#FAB180

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

Shades of Tacao #FAB180

Tints of Tacao #FAB180

Color information

#FAB180 (or 0xFAB180) is unknown color: approx Tacao. HEX triplet: FA, B1 and 80. RGB value is (250,177,128). Sum of RGB (Red+Green+Blue) = 250+177+128=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB180 is #054E7F. Grayscale: #C1C1C1. Windows color (decimal): -347776 or 8434170. OLE color: 8434170.

HSL color Cylindrical-coordinate representation of color #FAB180: hue angle of 24.1º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAB180 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB250177128-
CMYK00.290.490.02
HSL24.1º92.42%74.12%-
HSV(B)24.1º48.8%98.04%-
XYZ59.0453.3327.6-
YUV193.2491.18168.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.05%
GREEN value IS 177 (69.53% from 255) = 31.89%
BLUE value IS 128 (50.39% from 255) = 23.06%
R=45.05%
G=31.89%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017712800.290.490.0224.192.4274.12
HexFAB18001D312185c4a
Octal37226120003561230134112
Binary111110101011000110000000011101110001101100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB180; }

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

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

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

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

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

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

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

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