#F1A975

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

Shades of Tacao #F1A975

Tints of Tacao #F1A975

Color information

#F1A975 (or 0xF1A975) is unknown color: approx Tacao. HEX triplet: F1, A9 and 75. RGB value is (241,169,117). Sum of RGB (Red+Green+Blue) = 241+169+117=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A975 is #0E568A. Grayscale: #B8B8B8. Windows color (decimal): -939659 or 7711217. OLE color: 7711217.

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

Color convert

RGB241169117-
CMYK00.300.510.05
HSL25.16º81.58%70.2%-
HSV(B)25.16º51.45%94.51%-
XYZ53.6748.3623.34-
YUV184.689.85168.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.73%
GREEN value IS 169 (66.41% from 255) = 32.07%
BLUE value IS 117 (46.09% from 255) = 22.20%
R=45.73%
G=32.07%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116911700.300.510.0525.1681.5870.2
HexF1A97501E335195246
Octal36125116503663531122106
Binary111100011010100111101010111101100111011100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A975; }

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

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

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

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

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

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

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

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