#F0AE71

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

Shades of Tacao #F0AE71

Tints of Tacao #F0AE71

Color information

#F0AE71 (or 0xF0AE71) is unknown color: approx Tacao. HEX triplet: F0, AE and 71. RGB value is (240,174,113). Sum of RGB (Red+Green+Blue) = 240+174+113=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AE71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AE71 is #0F518E. Grayscale: #BBBBBB. Windows color (decimal): -1003919 or 7450352. OLE color: 7450352.

HSL color Cylindrical-coordinate representation of color #F0AE71: hue angle of 28.82º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0AE71 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB240174113-
CMYK00.280.530.06
HSL28.82º80.89%69.22%-
HSV(B)28.82º52.92%94.12%-
XYZ54.0549.9922.42-
YUV186.7886.37165.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.54%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 113 (44.53% from 255) = 21.44%
R=45.54%
G=33.02%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017411300.280.530.0628.8280.8969.22
HexF0AE7101C3561d5145
Octal36025616103465635121105
Binary111100001010111011100010111001101011101110110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AE71; }

 p { color: rgb(240,174,113); }

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

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

 a { background-color: rgb(240,174,113); }

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

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

 span { border-color: rgb(240,174,113); }

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