#F7AF85

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

Shades of Tacao #F7AF85

Tints of Tacao #F7AF85

Color information

#F7AF85 (or 0xF7AF85) is unknown color: approx Tacao. HEX triplet: F7, AF and 85. RGB value is (247,175,133). Sum of RGB (Red+Green+Blue) = 247+175+133=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AF85 is #08507A. Grayscale: #BFBFBF. Windows color (decimal): -544891 or 8761335. OLE color: 8761335.

HSL color Cylindrical-coordinate representation of color #F7AF85: hue angle of 22.11º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F7AF85 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB247175133-
CMYK00.290.460.03
HSL22.11º87.69%74.51%-
HSV(B)22.11º46.15%96.86%-
XYZ57.9252.1329.2-
YUV191.7494.85167.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.50%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 133 (52.34% from 255) = 23.96%
R=44.50%
G=31.53%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717513300.290.460.0322.1187.6974.51
HexF7AF8501D2E316584b
Octal36725720503556326130113
Binary111101111010111110000101011101101110111011010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AF85; }

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

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

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

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

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

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

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

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