#FBAC7F

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

Shades of Tacao #FBAC7F

Tints of Tacao #FBAC7F

Color information

#FBAC7F (or 0xFBAC7F) is unknown color: approx Tacao. HEX triplet: FB, AC and 7F. RGB value is (251,172,127). Sum of RGB (Red+Green+Blue) = 251+172+127=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAC7F is #045380. Grayscale: #BEBEBE. Windows color (decimal): -283521 or 8367355. OLE color: 8367355.

HSL color Cylindrical-coordinate representation of color #FBAC7F: hue angle of 21.77º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBAC7F is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB251172127-
CMYK00.310.490.02
HSL21.77º93.94%74.12%-
HSV(B)21.77º49.4%98.43%-
XYZ58.3751.5526.95-
YUV190.4992.17171.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.64%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 127 (50% from 255) = 23.09%
R=45.64%
G=31.27%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117212700.310.490.0221.7793.9474.12
HexFBAC7F01F312165e4a
Octal37325417703761226136112
Binary11111011101011001111111011111110001101011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAC7F; }

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

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

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

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

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

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

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

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