#FAB37F

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

Shades of Tacao #FAB37F

Tints of Tacao #FAB37F

Color information

#FAB37F (or 0xFAB37F) is unknown color: approx Tacao. HEX triplet: FA, B3 and 7F. RGB value is (250,179,127). Sum of RGB (Red+Green+Blue) = 250+179+127=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB37F is #054C80. Grayscale: #C2C2C2. Windows color (decimal): -347265 or 8369146. OLE color: 8369146.

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

Color convert

RGB250179127-
CMYK00.280.490.02
HSL25.37º92.48%73.92%-
HSV(B)25.37º49.2%98.04%-
XYZ59.3854.127.39-
YUV194.390.02167.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.96%
GREEN value IS 179 (70.31% from 255) = 32.19%
BLUE value IS 127 (50% from 255) = 22.84%
R=44.96%
G=32.19%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017912700.280.490.0225.3792.4873.92
HexFAB37F01C312195c4a
Octal37226317703461231134112
Binary11111010101100111111111011100110001101100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB37F; }

 p { color: rgb(250,179,127); }

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

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

 a { background-color: rgb(250,179,127); }

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

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

 span { border-color: rgb(250,179,127); }

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