#F5AA75

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

Shades of Tacao #F5AA75

Tints of Tacao #F5AA75

Color information

#F5AA75 (or 0xF5AA75) is unknown color: approx Tacao. HEX triplet: F5, AA and 75. RGB value is (245,170,117). Sum of RGB (Red+Green+Blue) = 245+170+117=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AA75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AA75 is #0A558A. Grayscale: #BABABA. Windows color (decimal): -677259 or 7711477. OLE color: 7711477.

HSL color Cylindrical-coordinate representation of color #F5AA75: hue angle of 24.84º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5AA75 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB245170117-
CMYK00.310.520.04
HSL24.84º86.49%70.98%-
HSV(B)24.84º52.24%96.08%-
XYZ55.2449.4523.46-
YUV186.3888.85169.81-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.05%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 117 (46.09% from 255) = 21.99%
R=46.05%
G=31.95%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517011700.310.520.0424.8486.4970.98
HexF5AA7501F344195647
Octal36525216503764431126107
Binary111101011010101011101010111111101001001100110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AA75; }

 p { color: rgb(245,170,117); }

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

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

 a { background-color: rgb(245,170,117); }

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

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

 span { border-color: rgb(245,170,117); }

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