#FAB082

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

Shades of Tacao #FAB082

Tints of Tacao #FAB082

Color information

#FAB082 (or 0xFAB082) is unknown color: approx Tacao. HEX triplet: FA, B0 and 82. RGB value is (250,176,130). Sum of RGB (Red+Green+Blue) = 250+176+130=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB082 is #054F7D. Grayscale: #C1C1C1. Windows color (decimal): -348030 or 8564986. OLE color: 8564986.

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

Color convert

RGB250176130-
CMYK00.300.480.02
HSL23º92.31%74.51%-
HSV(B)23º48%98.04%-
XYZ58.9852.9928.24-
YUV192.8892.52168.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.96%
GREEN value IS 176 (69.14% from 255) = 31.65%
BLUE value IS 130 (51.17% from 255) = 23.38%
R=44.96%
G=31.65%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017613000.300.480.022392.3174.51
HexFAB08201E302175c4b
Octal37226020203660227134113
Binary111110101011000010000010011110110000101011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB082; }

 p { color: rgb(250,176,130); }

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

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

 a { background-color: rgb(250,176,130); }

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

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

 span { border-color: rgb(250,176,130); }

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