#F1A47E

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

Shades of Tacao #F1A47E

Tints of Tacao #F1A47E

Color information

#F1A47E (or 0xF1A47E) is unknown color: approx Tacao. HEX triplet: F1, A4 and 7E. RGB value is (241,164,126). Sum of RGB (Red+Green+Blue) = 241+164+126=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A47E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A47E is #0E5B81. Grayscale: #B6B6B6. Windows color (decimal): -940930 or 8299761. OLE color: 8299761.

HSL color Cylindrical-coordinate representation of color #F1A47E: hue angle of 19.83º degrees, saturation: 0.8, 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 #F1A47E is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB241164126-
CMYK00.320.480.05
HSL19.83º80.42%71.96%-
HSV(B)19.83º47.72%94.51%-
XYZ53.3246.7625.95-
YUV182.6996.01169.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.39%
GREEN value IS 164 (64.45% from 255) = 30.89%
BLUE value IS 126 (49.61% from 255) = 23.73%
R=45.39%
G=30.89%
B=23.73%

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
Decimal24116412600.320.480.0519.8380.4271.96
HexF1A47E020305145048
Octal36124417604060524120110
Binary1111000110100100111111001000001100001011010010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A47E; }

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

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

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

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

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

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

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

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