#FAB284

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

Shades of Tacao #FAB284

Tints of Tacao #FAB284

Color information

#FAB284 (or 0xFAB284) is unknown color: approx Tacao. HEX triplet: FA, B2 and 84. RGB value is (250,178,132). Sum of RGB (Red+Green+Blue) = 250+178+132=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB284 is #054D7B. Grayscale: #C2C2C2. Windows color (decimal): -347516 or 8696570. OLE color: 8696570.

HSL color Cylindrical-coordinate representation of color #FAB284: hue angle of 23.39º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FAB284 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB250178132-
CMYK00.290.470.02
HSL23.39º92.19%74.9%-
HSV(B)23.39º47.2%98.04%-
XYZ59.5153.8329.08-
YUV194.2892.85167.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.64%
GREEN value IS 178 (69.92% from 255) = 31.79%
BLUE value IS 132 (51.95% from 255) = 23.57%
R=44.64%
G=31.79%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017813200.290.470.0223.3992.1974.9
HexFAB28401D2F2175c4b
Octal37226220403557227134113
Binary111110101011001010000100011101101111101011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB284; }

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

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

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

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

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

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

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

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