#F2AA75

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

Shades of Tacao #F2AA75

Tints of Tacao #F2AA75

Color information

#F2AA75 (or 0xF2AA75) is unknown color: approx Tacao. HEX triplet: F2, AA and 75. RGB value is (242,170,117). Sum of RGB (Red+Green+Blue) = 242+170+117=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AA75 is #0D558A. Grayscale: #B9B9B9. Windows color (decimal): -873867 or 7711474. OLE color: 7711474.

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

Color convert

RGB242170117-
CMYK00.300.520.05
HSL25.44º82.78%70.39%-
HSV(B)25.44º51.65%94.9%-
XYZ54.248.9123.41-
YUV185.4989.35168.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.75%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 117 (46.09% from 255) = 22.12%
R=45.75%
G=32.14%
B=22.12%

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
Decimal24217011700.300.520.0525.4482.7870.39
HexF2AA7501E345195346
Octal36225216503664531123106
Binary111100101010101011101010111101101001011100110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AA75; }

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

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

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

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

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

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

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

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