#FAB276

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

Shades of Tacao #FAB276

Tints of Tacao #FAB276

Color information

#FAB276 (or 0xFAB276) is unknown color: approx Tacao. HEX triplet: FA, B2 and 76. RGB value is (250,178,118). Sum of RGB (Red+Green+Blue) = 250+178+118=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB276 is #054D89. Grayscale: #C0C0C0. Windows color (decimal): -347530 or 7779066. OLE color: 7779066.

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

Color convert

RGB250178118-
CMYK00.290.530.02
HSL27.27º92.96%72.16%-
HSV(B)27.27º52.8%98.04%-
XYZ58.6153.4724.37-
YUV192.6985.85168.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.79%
GREEN value IS 178 (69.92% from 255) = 32.60%
BLUE value IS 118 (46.48% from 255) = 21.61%
R=45.79%
G=32.60%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017811800.290.530.0227.2792.9672.16
HexFAB27601D3521b5d48
Octal37226216603565233135110
Binary11111010101100101110110011101110101101101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB276; }

 p { color: rgb(250,178,118); }

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

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

 a { background-color: rgb(250,178,118); }

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

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

 span { border-color: rgb(250,178,118); }

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