#F3AA75

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

Shades of Tacao #F3AA75

Tints of Tacao #F3AA75

Color information

#F3AA75 (or 0xF3AA75) is unknown color: approx Tacao. HEX triplet: F3, AA and 75. RGB value is (243,170,117). Sum of RGB (Red+Green+Blue) = 243+170+117=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AA75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AA75 is #0C558A. Grayscale: #BABABA. Windows color (decimal): -808331 or 7711475. OLE color: 7711475.

HSL color Cylindrical-coordinate representation of color #F3AA75: hue angle of 25.24º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F3AA75 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB243170117-
CMYK00.300.520.05
HSL25.24º84%70.59%-
HSV(B)25.24º51.85%95.29%-
XYZ54.5549.0923.43-
YUV185.7889.18168.81-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.85%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 117 (46.09% from 255) = 22.08%
R=45.85%
G=32.08%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317011700.300.520.0525.248470.59
HexF3AA7501E345195447
Octal36325216503664531124107
Binary111100111010101011101010111101101001011100110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AA75; }

 p { color: rgb(243,170,117); }

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

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

 a { background-color: rgb(243,170,117); }

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

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

 span { border-color: rgb(243,170,117); }

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