#FEAC7C

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

Shades of Tacao #FEAC7C

Tints of Tacao #FEAC7C

Color information

#FEAC7C (or 0xFEAC7C) is unknown color: approx Tacao. HEX triplet: FE, AC and 7C. RGB value is (254,172,124). Sum of RGB (Red+Green+Blue) = 254+172+124=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC7C is #015383. Grayscale: #BFBFBF. Windows color (decimal): -86916 or 8170750. OLE color: 8170750.

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

Color convert

RGB254172124-
CMYK00.320.510.00
HSL22.15º98.48%74.12%-
HSV(B)22.15º51.18%99.61%-
XYZ59.2652.0325.99-
YUV191.0590.17172.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.18%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 124 (48.83% from 255) = 22.55%
R=46.18%
G=31.27%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417212400.320.510.0022.1598.4874.12
HexFEAC7C02033016624a
Octal37625417404063026142112
Binary11111110101011001111100010000011001101011011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAC7C; }

 p { color: rgb(254,172,124); }

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

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

 a { background-color: rgb(254,172,124); }

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

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

 span { border-color: rgb(254,172,124); }

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