#F1AB80

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

Shades of Tacao #F1AB80

Tints of Tacao #F1AB80

Color information

#F1AB80 (or 0xF1AB80) is unknown color: approx Tacao. HEX triplet: F1, AB and 80. RGB value is (241,171,128). Sum of RGB (Red+Green+Blue) = 241+171+128=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AB80 is #0E547F. Grayscale: #BBBBBB. Windows color (decimal): -939136 or 8432625. OLE color: 8432625.

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

Color convert

RGB241171128-
CMYK00.290.470.05
HSL22.83º80.14%72.35%-
HSV(B)22.83º46.89%94.51%-
XYZ54.7349.3927.07-
YUV187.0394.69166.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.63%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 128 (50.39% from 255) = 23.70%
R=44.63%
G=31.67%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117112800.290.470.0522.8380.1472.35
HexF1AB8001D2F5175048
Octal36125320003557527120110
Binary1111000110101011100000000111011011111011011110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AB80; }

 p { color: rgb(241,171,128); }

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

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

 a { background-color: rgb(241,171,128); }

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

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

 span { border-color: rgb(241,171,128); }

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