#FAB285

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

Shades of Tacao #FAB285

Tints of Tacao #FAB285

Color information

#FAB285 (or 0xFAB285) is unknown color: approx Tacao. HEX triplet: FA, B2 and 85. RGB value is (250,178,133). Sum of RGB (Red+Green+Blue) = 250+178+133=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB285 is #054D7A. Grayscale: #C2C2C2. Windows color (decimal): -347515 or 8762106. OLE color: 8762106.

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

Color convert

RGB250178133-
CMYK00.290.470.02
HSL23.08º92.13%75.1%-
HSV(B)23.08º46.8%98.04%-
XYZ59.5853.8629.45-
YUV194.493.35167.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.56%
GREEN value IS 178 (69.92% from 255) = 31.73%
BLUE value IS 133 (52.34% from 255) = 23.71%
R=44.56%
G=31.73%
B=23.71%

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
Decimal25017813300.290.470.0223.0892.1375.1
HexFAB28501D2F2175c4b
Octal37226220503557227134113
Binary111110101011001010000101011101101111101011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB285; }

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

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

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

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

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

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

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

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