#F5AC80

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

Shades of Tacao #F5AC80

Tints of Tacao #F5AC80

Color information

#F5AC80 (or 0xF5AC80) is unknown color: approx Tacao. HEX triplet: F5, AC and 80. RGB value is (245,172,128). Sum of RGB (Red+Green+Blue) = 245+172+128=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AC80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AC80 is #0A537F. Grayscale: #BDBDBD. Windows color (decimal): -676736 or 8432885. OLE color: 8432885.

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

Color convert

RGB245172128-
CMYK00.300.480.04
HSL22.56º85.4%73.14%-
HSV(B)22.56º47.76%96.08%-
XYZ56.350.4827.2-
YUV188.8193.68168.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.95%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=44.95%
G=31.56%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517212800.300.480.0422.5685.473.14
HexF5AC8001E304175549
Octal36525420003660427125111
Binary1111010110101100100000000111101100001001011110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AC80; }

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

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

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

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

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

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

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

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