#F2A475

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

Shades of Tacao #F2A475

Tints of Tacao #F2A475

Color information

#F2A475 (or 0xF2A475) is unknown color: approx Tacao. HEX triplet: F2, A4 and 75. RGB value is (242,164,117). Sum of RGB (Red+Green+Blue) = 242+164+117=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A475 is #0D5B8A. Grayscale: #B6B6B6. Windows color (decimal): -875403 or 7709938. OLE color: 7709938.

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

Color convert

RGB242164117-
CMYK00.320.520.05
HSL22.56º82.78%70.39%-
HSV(B)22.56º51.65%94.9%-
XYZ53.146.7123.05-
YUV181.9691.34170.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 164 (64.45% from 255) = 31.36%
BLUE value IS 117 (46.09% from 255) = 22.37%
R=46.27%
G=31.36%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216411700.320.520.0522.5682.7870.39
HexF2A475020345175346
Octal36224416504064527123106
Binary1111001010100100111010101000001101001011011110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A475; }

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

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

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

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

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

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

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

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