#FBAC75

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

Shades of Tacao #FBAC75

Tints of Tacao #FBAC75

Color information

#FBAC75 (or 0xFBAC75) is unknown color: approx Tacao. HEX triplet: FB, AC and 75. RGB value is (251,172,117). Sum of RGB (Red+Green+Blue) = 251+172+117=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAC75 is #04538A. Grayscale: #BDBDBD. Windows color (decimal): -283531 or 7711995. OLE color: 7711995.

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

Color convert

RGB251172117-
CMYK00.310.530.02
HSL24.63º94.37%72.16%-
HSV(B)24.63º53.39%98.43%-
XYZ57.7551.323.69-
YUV189.3587.17171.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.48%
GREEN value IS 172 (67.58% from 255) = 31.85%
BLUE value IS 117 (46.09% from 255) = 21.67%
R=46.48%
G=31.85%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117211700.310.530.0224.6394.3772.16
HexFBAC7501F352195e48
Octal37325416503765231136110
Binary11111011101011001110101011111110101101100110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAC75; }

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

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

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

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

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

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

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

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