#FEAA7A

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

Shades of Tacao #FEAA7A

Tints of Tacao #FEAA7A

Color information

#FEAA7A (or 0xFEAA7A) is unknown color: approx Tacao. HEX triplet: FE, AA and 7A. RGB value is (254,170,122). Sum of RGB (Red+Green+Blue) = 254+170+122=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA7A is #015585. Grayscale: #BDBDBD. Windows color (decimal): -87430 or 8039166. OLE color: 8039166.

HSL color Cylindrical-coordinate representation of color #FEAA7A: hue angle of 21.82º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEAA7A is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB254170122-
CMYK00.330.520.00
HSL21.82º98.51%73.73%-
HSV(B)21.82º51.97%99.61%-
XYZ58.7651.2325.2-
YUV189.6489.83173.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.52%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 122 (48.05% from 255) = 22.34%
R=46.52%
G=31.14%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417012200.330.520.0021.8298.5173.73
HexFEAA7A02134016634a
Octal37625217204164026143112
Binary11111110101010101111010010000111010001011011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAA7A; }

 p { color: rgb(254,170,122); }

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

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

 a { background-color: rgb(254,170,122); }

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

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

 span { border-color: rgb(254,170,122); }

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