#FDAE70

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

Shades of Tacao #FDAE70

Tints of Tacao #FDAE70

Color information

#FDAE70 (or 0xFDAE70) is unknown color: approx Tacao. HEX triplet: FD, AE and 70. RGB value is (253,174,112). Sum of RGB (Red+Green+Blue) = 253+174+112=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAE70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAE70 is #02518F. Grayscale: #BEBEBE. Windows color (decimal): -151952 or 7384829. OLE color: 7384829.

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

Color convert

RGB253174112-
CMYK00.310.560.01
HSL26.38º97.24%71.57%-
HSV(B)26.38º55.73%99.22%-
XYZ58.5752.3222.34-
YUV190.5583.67172.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.94%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 112 (44.14% from 255) = 20.78%
R=46.94%
G=32.28%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317411200.310.560.0126.3897.2471.57
HexFDAE7001F3811a6148
Octal37525616003770132141110
Binary1111110110101110111000001111111100011101011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAE70; }

 p { color: rgb(253,174,112); }

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

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

 a { background-color: rgb(253,174,112); }

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

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

 span { border-color: rgb(253,174,112); }

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