#F0AF71

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

Shades of Tacao #F0AF71

Tints of Tacao #F0AF71

Color information

#F0AF71 (or 0xF0AF71) is unknown color: approx Tacao. HEX triplet: F0, AF and 71. RGB value is (240,175,113). Sum of RGB (Red+Green+Blue) = 240+175+113=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF71 is #0F508E. Grayscale: #BBBBBB. Windows color (decimal): -1003663 or 7450608. OLE color: 7450608.

HSL color Cylindrical-coordinate representation of color #F0AF71: hue angle of 29.29º 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 #F0AF71 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB240175113-
CMYK00.270.530.06
HSL29.29º80.89%69.22%-
HSV(B)29.29º52.92%94.12%-
XYZ54.2550.3822.49-
YUV187.3786.03165.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.45%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 113 (44.53% from 255) = 21.40%
R=45.45%
G=33.14%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017511300.270.530.0629.2980.8969.22
HexF0AF7101B3561d5145
Octal36025716103365635121105
Binary111100001010111111100010110111101011101110110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AF71; }

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

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

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

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

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

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

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

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