#F1A775

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

Shades of Tacao #F1A775

Tints of Tacao #F1A775

Color information

#F1A775 (or 0xF1A775) is unknown color: approx Tacao. HEX triplet: F1, A7 and 75. RGB value is (241,167,117). Sum of RGB (Red+Green+Blue) = 241+167+117=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A775 is #0E588A. Grayscale: #B7B7B7. Windows color (decimal): -940171 or 7710705. OLE color: 7710705.

HSL color Cylindrical-coordinate representation of color #F1A775: hue angle of 24.19º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1A775 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB241167117-
CMYK00.310.510.05
HSL24.19º81.58%70.2%-
HSV(B)24.19º51.45%94.51%-
XYZ53.3147.6223.21-
YUV183.4390.52169.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.90%
GREEN value IS 167 (65.62% from 255) = 31.81%
BLUE value IS 117 (46.09% from 255) = 22.29%
R=45.90%
G=31.81%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116711700.310.510.0524.1981.5870.2
HexF1A77501F335185246
Octal36124716503763530122106
Binary111100011010011111101010111111100111011100010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A775; }

 p { color: rgb(241,167,117); }

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

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

 a { background-color: rgb(241,167,117); }

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

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

 span { border-color: rgb(241,167,117); }

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