#F7AF72

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

Shades of Tacao #F7AF72

Tints of Tacao #F7AF72

Color information

#F7AF72 (or 0xF7AF72) is unknown color: approx Tacao. HEX triplet: F7, AF and 72. RGB value is (247,175,114). Sum of RGB (Red+Green+Blue) = 247+175+114=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AF72 is #08508D. Grayscale: #BDBDBD. Windows color (decimal): -544910 or 7516151. OLE color: 7516151.

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

Color convert

RGB247175114-
CMYK00.290.540.03
HSL27.52º89.26%70.78%-
HSV(B)27.52º53.85%96.86%-
XYZ56.7351.6522.9-
YUV189.5785.35168.96-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.08%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 114 (44.92% from 255) = 21.27%
R=46.08%
G=32.65%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717511400.290.540.0327.5289.2670.78
HexF7AF7201D3631c5947
Octal36725716203566334131107
Binary11110111101011111110010011101110110111110010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AF72; }

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

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

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

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

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

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

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

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