#FBAB75

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

Shades of Tacao #FBAB75

Tints of Tacao #FBAB75

Color information

#FBAB75 (or 0xFBAB75) is unknown color: approx Tacao. HEX triplet: FB, AB and 75. RGB value is (251,171,117). Sum of RGB (Red+Green+Blue) = 251+171+117=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB75 is #04548A. Grayscale: #BDBDBD. Windows color (decimal): -283787 or 7711739. OLE color: 7711739.

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

Color convert

RGB251171117-
CMYK00.320.530.02
HSL24.18º94.37%72.16%-
HSV(B)24.18º53.39%98.43%-
XYZ57.5650.9223.62-
YUV188.7687.5172.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.57%
GREEN value IS 171 (67.19% from 255) = 31.73%
BLUE value IS 117 (46.09% from 255) = 21.71%
R=46.57%
G=31.73%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117111700.320.530.0224.1894.3772.16
HexFBAB75020352185e48
Octal37325316504065230136110
Binary111110111010101111101010100000110101101100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAB75; }

 p { color: rgb(251,171,117); }

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

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

 a { background-color: rgb(251,171,117); }

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

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

 span { border-color: rgb(251,171,117); }

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