#F1A47D

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

Shades of Tacao #F1A47D

Tints of Tacao #F1A47D

Color information

#F1A47D (or 0xF1A47D) is unknown color: approx Tacao. HEX triplet: F1, A4 and 7D. RGB value is (241,164,125). Sum of RGB (Red+Green+Blue) = 241+164+125=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A47D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A47D is #0E5B82. Grayscale: #B6B6B6. Windows color (decimal): -940931 or 8234225. OLE color: 8234225.

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

Color convert

RGB241164125-
CMYK00.320.480.05
HSL20.17º80.56%71.76%-
HSV(B)20.17º48.13%94.51%-
XYZ53.2546.7325.62-
YUV182.5895.51169.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.47%
GREEN value IS 164 (64.45% from 255) = 30.94%
BLUE value IS 125 (49.22% from 255) = 23.58%
R=45.47%
G=30.94%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116412500.320.480.0520.1780.5671.76
HexF1A47D020305145148
Octal36124417504060524121110
Binary1111000110100100111110101000001100001011010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A47D; }

 p { color: rgb(241,164,125); }

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

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

 a { background-color: rgb(241,164,125); }

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

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

 span { border-color: rgb(241,164,125); }

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