#FAB081

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

Shades of Tacao #FAB081

Tints of Tacao #FAB081

Color information

#FAB081 (or 0xFAB081) is unknown color: approx Tacao. HEX triplet: FA, B0 and 81. RGB value is (250,176,129). Sum of RGB (Red+Green+Blue) = 250+176+129=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB081 is #054F7E. Grayscale: #C1C1C1. Windows color (decimal): -348031 or 8499450. OLE color: 8499450.

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

Color convert

RGB250176129-
CMYK00.300.480.02
HSL23.31º92.37%74.31%-
HSV(B)23.31º48.4%98.04%-
XYZ58.9152.9627.89-
YUV192.7792.02168.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.05%
GREEN value IS 176 (69.14% from 255) = 31.71%
BLUE value IS 129 (50.78% from 255) = 23.24%
R=45.05%
G=31.71%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017612900.300.480.0223.3192.3774.31
HexFAB08101E302175c4a
Octal37226020103660227134112
Binary111110101011000010000001011110110000101011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB081; }

 p { color: rgb(250,176,129); }

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

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

 a { background-color: rgb(250,176,129); }

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

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

 span { border-color: rgb(250,176,129); }

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