#F5AF7A

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

Shades of Tacao #F5AF7A

Tints of Tacao #F5AF7A

Color information

#F5AF7A (or 0xF5AF7A) is unknown color: approx Tacao. HEX triplet: F5, AF and 7A. RGB value is (245,175,122). Sum of RGB (Red+Green+Blue) = 245+175+122=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF7A is #0A5085. Grayscale: #BEBEBE. Windows color (decimal): -675974 or 8040437. OLE color: 8040437.

HSL color Cylindrical-coordinate representation of color #F5AF7A: hue angle of 25.85º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5AF7A is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB245175122-
CMYK00.290.500.04
HSL25.85º86.01%71.96%-
HSV(B)25.85º50.2%96.08%-
XYZ56.551.4825.37-
YUV189.8989.69167.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.20%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 122 (48.05% from 255) = 22.51%
R=45.20%
G=32.29%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517512200.290.500.0425.8586.0171.96
HexF5AF7A01D3241a5648
Octal36525717203562432126110
Binary111101011010111111110100111011100101001101010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AF7A; }

 p { color: rgb(245,175,122); }

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

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

 a { background-color: rgb(245,175,122); }

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

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

 span { border-color: rgb(245,175,122); }

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