#FAB071

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

Shades of Tacao #FAB071

Tints of Tacao #FAB071

Color information

#FAB071 (or 0xFAB071) is unknown color: approx Tacao. HEX triplet: FA, B0 and 71. RGB value is (250,176,113). Sum of RGB (Red+Green+Blue) = 250+176+113=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB071 is #054F8E. Grayscale: #BFBFBF. Windows color (decimal): -348047 or 7450874. OLE color: 7450874.

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

Color convert

RGB250176113-
CMYK00.300.550.02
HSL27.59º93.2%71.18%-
HSV(B)27.59º54.8%98.04%-
XYZ57.9352.5722.72-
YUV190.9484.02170.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.38%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 113 (44.53% from 255) = 20.96%
R=46.38%
G=32.65%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017611300.300.550.0227.5993.271.18
HexFAB07101E3721c5d47
Octal37226016103667234135107
Binary11111010101100001110001011110110111101110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB071; }

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

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

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

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

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

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

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

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