#F0AA82

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

Shades of Tacao #F0AA82

Tints of Tacao #F0AA82

Color information

#F0AA82 (or 0xF0AA82) is unknown color: approx Tacao. HEX triplet: F0, AA and 82. RGB value is (240,170,130). Sum of RGB (Red+Green+Blue) = 240+170+130=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AA82 is #0F557D. Grayscale: #BABABA. Windows color (decimal): -1004926 or 8563440. OLE color: 8563440.

HSL color Cylindrical-coordinate representation of color #F0AA82: hue angle of 21.82º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0AA82 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB240170130-
CMYK00.290.460.06
HSL21.82º78.57%72.55%-
HSV(B)21.82º45.83%94.12%-
XYZ54.3448.8927.69-
YUV186.3796.19166.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.44%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 130 (51.17% from 255) = 24.07%
R=44.44%
G=31.48%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017013000.290.460.0621.8278.5772.55
HexF0AA8201D2E6164f49
Octal36025220203556626117111
Binary1111000010101010100000100111011011101101011010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AA82; }

 p { color: rgb(240,170,130); }

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

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

 a { background-color: rgb(240,170,130); }

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

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

 span { border-color: rgb(240,170,130); }

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