#FCAD74

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

Shades of Tacao #FCAD74

Tints of Tacao #FCAD74

Color information

#FCAD74 (or 0xFCAD74) is unknown color: approx Tacao. HEX triplet: FC, AD and 74. RGB value is (252,173,116). Sum of RGB (Red+Green+Blue) = 252+173+116=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAD74 is #03528B. Grayscale: #BEBEBE. Windows color (decimal): -217740 or 7646716. OLE color: 7646716.

HSL color Cylindrical-coordinate representation of color #FCAD74: hue angle of 25.15º 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 #FCAD74 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB252173116-
CMYK00.310.540.01
HSL25.15º95.77%72.16%-
HSV(B)25.15º53.97%98.82%-
XYZ58.2451.8423.46-
YUV190.1286.17172.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.58%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 116 (45.70% from 255) = 21.44%
R=46.58%
G=31.98%
B=21.44%

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
Decimal25217311600.310.540.0125.1595.7772.16
HexFCAD7401F361196048
Octal37425516403766131140110
Binary1111110010101101111010001111111011011100111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAD74; }

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

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

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

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

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

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

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

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