#F5AC7F

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

Shades of Tacao #F5AC7F

Tints of Tacao #F5AC7F

Color information

#F5AC7F (or 0xF5AC7F) is unknown color: approx Tacao. HEX triplet: F5, AC and 7F. RGB value is (245,172,127). Sum of RGB (Red+Green+Blue) = 245+172+127=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AC7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AC7F is #0A5380. Grayscale: #BCBCBC. Windows color (decimal): -676737 or 8367349. OLE color: 8367349.

HSL color Cylindrical-coordinate representation of color #F5AC7F: hue angle of 22.88º degrees, saturation: 0.86, 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 #F5AC7F is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB245172127-
CMYK00.300.480.04
HSL22.88º85.51%72.94%-
HSV(B)22.88º48.16%96.08%-
XYZ56.2450.4526.85-
YUV188.793.18168.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.04%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 127 (50% from 255) = 23.35%
R=45.04%
G=31.62%
B=23.35%

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
Decimal24517212700.300.480.0422.8885.5172.94
HexF5AC7F01E304175649
Octal36525417703660427126111
Binary111101011010110011111110111101100001001011110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AC7F; }

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

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

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

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

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

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

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

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