#FBAA75

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

Shades of Tacao #FBAA75

Tints of Tacao #FBAA75

Color information

#FBAA75 (or 0xFBAA75) is unknown color: approx Tacao. HEX triplet: FB, AA and 75. RGB value is (251,170,117). Sum of RGB (Red+Green+Blue) = 251+170+117=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAA75 is #04558A. Grayscale: #BCBCBC. Windows color (decimal): -284043 or 7711483. OLE color: 7711483.

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

Color convert

RGB251170117-
CMYK00.320.530.02
HSL23.73º94.37%72.16%-
HSV(B)23.73º53.39%98.43%-
XYZ57.3750.5423.56-
YUV188.1887.84172.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.65%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 117 (46.09% from 255) = 21.75%
R=46.65%
G=31.60%
B=21.75%

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
Decimal25117011700.320.530.0223.7394.3772.16
HexFBAA75020352185e48
Octal37325216504065230136110
Binary111110111010101011101010100000110101101100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAA75; }

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

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

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

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

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

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

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

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