#F7AB71

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

Shades of Tacao #F7AB71

Tints of Tacao #F7AB71

Color information

#F7AB71 (or 0xF7AB71) is unknown color: approx Tacao. HEX triplet: F7, AB and 71. RGB value is (247,171,113). Sum of RGB (Red+Green+Blue) = 247+171+113=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AB71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AB71 is #08548E. Grayscale: #BBBBBB. Windows color (decimal): -545935 or 7449591. OLE color: 7449591.

HSL color Cylindrical-coordinate representation of color #F7AB71: hue angle of 25.97º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F7AB71 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB247171113-
CMYK00.310.540.03
HSL25.97º89.33%70.59%-
HSV(B)25.97º54.25%96.86%-
XYZ55.950.0922.35-
YUV187.1186.18170.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.52%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 113 (44.53% from 255) = 21.28%
R=46.52%
G=32.20%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717111300.310.540.0325.9789.3370.59
HexF7AB7101F3631a5947
Octal36725316103766332131107
Binary11110111101010111110001011111110110111101010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AB71; }

 p { color: rgb(247,171,113); }

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

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

 a { background-color: rgb(247,171,113); }

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

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

 span { border-color: rgb(247,171,113); }

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