#F1A882

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

Shades of Tacao #F1A882

Tints of Tacao #F1A882

Color information

#F1A882 (or 0xF1A882) is unknown color: approx Tacao. HEX triplet: F1, A8 and 82. RGB value is (241,168,130). Sum of RGB (Red+Green+Blue) = 241+168+130=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A882 is #0E577D. Grayscale: #B9B9B9. Windows color (decimal): -939902 or 8562929. OLE color: 8562929.

HSL color Cylindrical-coordinate representation of color #F1A882: hue angle of 20.54º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1A882 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB241168130-
CMYK00.300.460.05
HSL20.54º79.86%72.75%-
HSV(B)20.54º46.06%94.51%-
XYZ54.3148.3227.58-
YUV185.596.68167.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.71%
GREEN value IS 168 (66.02% from 255) = 31.17%
BLUE value IS 130 (51.17% from 255) = 24.12%
R=44.71%
G=31.17%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116813000.300.460.0520.5479.8672.75
HexF1A88201E2E5155049
Octal36125020203656525120111
Binary1111000110101000100000100111101011101011010110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A882; }

 p { color: rgb(241,168,130); }

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

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

 a { background-color: rgb(241,168,130); }

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

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

 span { border-color: rgb(241,168,130); }

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