#F5AE84

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

Shades of Tacao #F5AE84

Tints of Tacao #F5AE84

Color information

#F5AE84 (or 0xF5AE84) is unknown color: approx Tacao. HEX triplet: F5, AE and 84. RGB value is (245,174,132). Sum of RGB (Red+Green+Blue) = 245+174+132=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AE84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AE84 is #0A517B. Grayscale: #BEBEBE. Windows color (decimal): -676220 or 8695541. OLE color: 8695541.

HSL color Cylindrical-coordinate representation of color #F5AE84: hue angle of 22.3º 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 #F5AE84 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB245174132-
CMYK00.290.460.04
HSL22.3º84.96%73.92%-
HSV(B)22.3º46.12%96.08%-
XYZ56.9651.3528.74-
YUV190.4495.02166.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.46%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 132 (51.95% from 255) = 23.96%
R=44.46%
G=31.58%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517413200.290.460.0422.384.9673.92
HexF5AE8401D2E416554a
Octal36525620403556426125112
Binary1111010110101110100001000111011011101001011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AE84; }

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

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

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

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

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

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

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

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