#F1A884

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

Shades of Tacao #F1A884

Tints of Tacao #F1A884

Color information

#F1A884 (or 0xF1A884) is unknown color: approx Tacao. HEX triplet: F1, A8 and 84. RGB value is (241,168,132). Sum of RGB (Red+Green+Blue) = 241+168+132=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A884 is #0E577B. Grayscale: #B9B9B9. Windows color (decimal): -939900 or 8694001. OLE color: 8694001.

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

Color convert

RGB241168132-
CMYK00.300.450.05
HSL19.82º79.56%73.14%-
HSV(B)19.82º45.23%94.51%-
XYZ54.4448.3728.3-
YUV185.7297.68167.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 168 (66.02% from 255) = 31.05%
BLUE value IS 132 (51.95% from 255) = 24.40%
R=44.55%
G=31.05%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116813200.300.450.0519.8279.5673.14
HexF1A88401E2D5145049
Octal36125020403655524120111
Binary1111000110101000100001000111101011011011010010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A884; }

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

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

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

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

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

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

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

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