#F1AD86

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

Shades of Tacao #F1AD86

Tints of Tacao #F1AD86

Color information

#F1AD86 (or 0xF1AD86) is unknown color: approx Tacao. HEX triplet: F1, AD and 86. RGB value is (241,173,134). Sum of RGB (Red+Green+Blue) = 241+173+134=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AD86 is #0E5279. Grayscale: #BDBDBD. Windows color (decimal): -938618 or 8826353. OLE color: 8826353.

HSL color Cylindrical-coordinate representation of color #F1AD86: hue angle of 21.87º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F1AD86 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB241173134-
CMYK00.280.440.05
HSL21.87º79.26%73.53%-
HSV(B)21.87º44.4%94.51%-
XYZ55.5250.3129.34-
YUV188.8997.03165.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.98%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 134 (52.73% from 255) = 24.45%
R=43.98%
G=31.57%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117313400.280.440.0521.8779.2673.53
HexF1AD8601C2C5164f4a
Octal36125520603454526117112
Binary1111000110101101100001100111001011001011011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AD86; }

 p { color: rgb(241,173,134); }

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

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

 a { background-color: rgb(241,173,134); }

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

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

 span { border-color: rgb(241,173,134); }

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