#f5ac73

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

Shades of Tacao #F5AC73

Tints of Tacao #F5AC73

Color information

#F5AC73 (or 0xF5AC73) is unknown color: approx Tacao. HEX triplet: F5, AC and 73. RGB value is (245,172,115). Sum of RGB (Red+Green+Blue) = 245+172+115=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AC73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AC73 is #0A538C. Grayscale: #BBBBBB. Windows color (decimal): -676749 or 7580917. OLE color: 7580917.

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

Color convert

RGB245172115-
CMYK00.300.530.04
HSL26.31º86.67%70.59%-
HSV(B)26.31º53.06%96.08%-
XYZ55.550.1622.98-
YUV187.3387.18169.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.05%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 115 (45.31% from 255) = 21.62%
R=46.05%
G=32.33%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517211500.300.530.0426.3186.6770.59
HexF5AC7301E3541a5747
Octal36525416303665432127107
Binary111101011010110011100110111101101011001101010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5ac73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5ac73; }

 p { color: rgb(245,172,115); }

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

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

 a { background-color: rgb(245,172,115); }

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

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

 span { border-color: rgb(245,172,115); }

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