#F5A97A

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

Shades of Tacao #F5A97A

Tints of Tacao #F5A97A

Color information

#F5A97A (or 0xF5A97A) is unknown color: approx Tacao. HEX triplet: F5, A9 and 7A. RGB value is (245,169,122). Sum of RGB (Red+Green+Blue) = 245+169+122=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A97A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A97A is #0A5685. Grayscale: #BABABA. Windows color (decimal): -677510 or 8038901. OLE color: 8038901.

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

Color convert

RGB245169122-
CMYK00.310.500.04
HSL22.93º86.01%71.96%-
HSV(B)22.93º50.2%96.08%-
XYZ55.3649.1924.99-
YUV186.3791.68169.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.71%
GREEN value IS 169 (66.41% from 255) = 31.53%
BLUE value IS 122 (48.05% from 255) = 22.76%
R=45.71%
G=31.53%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516912200.310.500.0422.9386.0171.96
HexF5A97A01F324175648
Octal36525117203762427126110
Binary111101011010100111110100111111100101001011110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A97A; }

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

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

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

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

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

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

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

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