#f5ae82

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

Shades of Tacao #F5AE82

Tints of Tacao #F5AE82

Color information

#F5AE82 (or 0xF5AE82) is unknown color: approx Tacao. HEX triplet: F5, AE and 82. RGB value is (245,174,130). Sum of RGB (Red+Green+Blue) = 245+174+130=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AE82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AE82 is #0A517D. Grayscale: #BEBEBE. Windows color (decimal): -676222 or 8564469. OLE color: 8564469.

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

Color convert

RGB245174130-
CMYK00.290.470.04
HSL22.96º85.19%73.53%-
HSV(B)22.96º46.94%96.08%-
XYZ56.8251.328.03-
YUV190.2194.02167.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.63%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 130 (51.17% from 255) = 23.68%
R=44.63%
G=31.69%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517413000.290.470.0422.9685.1973.53
HexF5AE8201D2F417554a
Octal36525620203557427125112
Binary1111010110101110100000100111011011111001011110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5ae82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5ae82; }

 p { color: rgb(245,174,130); }

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

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

 a { background-color: rgb(245,174,130); }

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

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

 span { border-color: rgb(245,174,130); }

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