#F5A985

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

Shades of Tacao #F5A985

Tints of Tacao #F5A985

Color information

#F5A985 (or 0xF5A985) is unknown color: approx Tacao. HEX triplet: F5, A9 and 85. RGB value is (245,169,133). Sum of RGB (Red+Green+Blue) = 245+169+133=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A985 is #0A567A. Grayscale: #BBBBBB. Windows color (decimal): -677499 or 8759797. OLE color: 8759797.

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

Color convert

RGB245169133-
CMYK00.310.460.04
HSL19.29º84.85%74.12%-
HSV(B)19.29º45.71%96.08%-
XYZ56.0849.4828.79-
YUV187.6297.18168.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.79%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 133 (52.34% from 255) = 24.31%
R=44.79%
G=30.90%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516913300.310.460.0419.2984.8574.12
HexF5A98501F2E413554a
Octal36525120503756423125112
Binary1111010110101001100001010111111011101001001110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A985; }

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

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

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

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

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

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

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

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