#F1A575

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

Shades of Tacao #F1A575

Tints of Tacao #F1A575

Color information

#F1A575 (or 0xF1A575) is unknown color: approx Tacao. HEX triplet: F1, A5 and 75. RGB value is (241,165,117). Sum of RGB (Red+Green+Blue) = 241+165+117=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A575 is #0E5A8A. Grayscale: #B6B6B6. Windows color (decimal): -940683 or 7710193. OLE color: 7710193.

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

Color convert

RGB241165117-
CMYK00.320.510.05
HSL23.23º81.58%70.2%-
HSV(B)23.23º51.45%94.51%-
XYZ52.9446.923.09-
YUV182.2591.18169.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.08%
GREEN value IS 165 (64.84% from 255) = 31.55%
BLUE value IS 117 (46.09% from 255) = 22.37%
R=46.08%
G=31.55%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116511700.320.510.0523.2381.5870.2
HexF1A575020335175246
Octal36124516504063527122106
Binary1111000110100101111010101000001100111011011110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A575; }

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

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

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

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

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

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

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

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