#FBAC7D

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

Shades of Tacao #FBAC7D

Tints of Tacao #FBAC7D

Color information

#FBAC7D (or 0xFBAC7D) is unknown color: approx Tacao. HEX triplet: FB, AC and 7D. RGB value is (251,172,125). Sum of RGB (Red+Green+Blue) = 251+172+125=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAC7D is #045382. Grayscale: #BEBEBE. Windows color (decimal): -283523 or 8236283. OLE color: 8236283.

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

Color convert

RGB251172125-
CMYK00.310.500.02
HSL22.38º94.03%73.73%-
HSV(B)22.38º50.2%98.43%-
XYZ58.2451.4926.27-
YUV190.2691.17171.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.80%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 125 (49.22% from 255) = 22.81%
R=45.80%
G=31.39%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117212500.310.500.0222.3894.0373.73
HexFBAC7D01F322165e4a
Octal37325417503762226136112
Binary11111011101011001111101011111110010101011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAC7D; }

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

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

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

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

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

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

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

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