#f7aa72

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

Shades of Tacao #F7AA72

Tints of Tacao #F7AA72

Color information

#F7AA72 (or 0xF7AA72) is unknown color: approx Tacao. HEX triplet: F7, AA and 72. RGB value is (247,170,114). Sum of RGB (Red+Green+Blue) = 247+170+114=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AA72 is #08558D. Grayscale: #BABABA. Windows color (decimal): -546190 or 7514871. OLE color: 7514871.

HSL color Cylindrical-coordinate representation of color #F7AA72: hue angle of 25.26º 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 #F7AA72 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB247170114-
CMYK00.310.540.03
HSL25.26º89.26%70.78%-
HSV(B)25.26º53.85%96.86%-
XYZ55.7749.7422.58-
YUV186.6487.01171.05-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.52%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 114 (44.92% from 255) = 21.47%
R=46.52%
G=32.02%
B=21.47%

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
Decimal24717011400.310.540.0325.2689.2670.78
HexF7AA7201F363195947
Octal36725216203766331131107
Binary11110111101010101110010011111110110111100110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7aa72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7aa72; }

 p { color: rgb(247,170,114); }

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

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

 a { background-color: rgb(247,170,114); }

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

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

 span { border-color: rgb(247,170,114); }

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