#FAB075

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

Shades of Tacao #FAB075

Tints of Tacao #FAB075

Color information

#FAB075 (or 0xFAB075) is unknown color: approx Tacao. HEX triplet: FA, B0 and 75. RGB value is (250,176,117). Sum of RGB (Red+Green+Blue) = 250+176+117=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB075 is #054F8A. Grayscale: #BFBFBF. Windows color (decimal): -348043 or 7713018. OLE color: 7713018.

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

Color convert

RGB250176117-
CMYK00.300.530.02
HSL26.62º93.01%71.96%-
HSV(B)26.62º53.2%98.04%-
XYZ58.1652.6623.93-
YUV191.486.02169.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.04%
GREEN value IS 176 (69.14% from 255) = 32.41%
BLUE value IS 117 (46.09% from 255) = 21.55%
R=46.04%
G=32.41%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017611700.300.530.0226.6293.0171.96
HexFAB07501E3521b5d48
Octal37226016503665233135110
Binary11111010101100001110101011110110101101101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB075; }

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

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

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

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

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

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

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

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