#FEAE72

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

Shades of Tacao #FEAE72

Tints of Tacao #FEAE72

Color information

#FEAE72 (or 0xFEAE72) is unknown color: approx Tacao. HEX triplet: FE, AE and 72. RGB value is (254,174,114). Sum of RGB (Red+Green+Blue) = 254+174+114=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAE72 is #01518D. Grayscale: #BFBFBF. Windows color (decimal): -86414 or 7515902. OLE color: 7515902.

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

Color convert

RGB254174114-
CMYK00.310.550.00
HSL25.71º98.59%72.16%-
HSV(B)25.71º55.12%99.61%-
XYZ59.0552.5622.95-
YUV191.0884.5172.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.86%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 114 (44.92% from 255) = 21.03%
R=46.86%
G=32.10%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417411400.310.550.0025.7198.5972.16
HexFEAE7201F3701a6348
Octal37625616203767032143110
Binary1111111010101110111001001111111011101101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAE72; }

 p { color: rgb(254,174,114); }

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

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

 a { background-color: rgb(254,174,114); }

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

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

 span { border-color: rgb(254,174,114); }

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