#FCAE74

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

Shades of Tacao #FCAE74

Tints of Tacao #FCAE74

Color information

#FCAE74 (or 0xFCAE74) is unknown color: approx Tacao. HEX triplet: FC, AE and 74. RGB value is (252,174,116). Sum of RGB (Red+Green+Blue) = 252+174+116=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAE74 is #03518B. Grayscale: #BFBFBF. Windows color (decimal): -217484 or 7646972. OLE color: 7646972.

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

Color convert

RGB252174116-
CMYK00.310.540.01
HSL25.59º95.77%72.16%-
HSV(B)25.59º53.97%98.82%-
XYZ58.4352.2323.52-
YUV190.7185.84171.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.49%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 116 (45.70% from 255) = 21.40%
R=46.49%
G=32.10%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217411600.310.540.0125.5995.7772.16
HexFCAE7401F3611a6048
Octal37425616403766132140110
Binary1111110010101110111010001111111011011101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAE74; }

 p { color: rgb(252,174,116); }

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

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

 a { background-color: rgb(252,174,116); }

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

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

 span { border-color: rgb(252,174,116); }

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