#F3AF71

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

Shades of Tacao #F3AF71

Tints of Tacao #F3AF71

Color information

#F3AF71 (or 0xF3AF71) is unknown color: approx Tacao. HEX triplet: F3, AF and 71. RGB value is (243,175,113). Sum of RGB (Red+Green+Blue) = 243+175+113=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AF71 is #0C508E. Grayscale: #BCBCBC. Windows color (decimal): -807055 or 7450611. OLE color: 7450611.

HSL color Cylindrical-coordinate representation of color #F3AF71: hue angle of 28.62º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F3AF71 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB243175113-
CMYK00.280.530.05
HSL28.62º84.42%69.8%-
HSV(B)28.62º53.5%95.29%-
XYZ55.2750.9122.54-
YUV188.2685.53167.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.76%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 113 (44.53% from 255) = 21.28%
R=45.76%
G=32.96%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317511300.280.530.0528.6284.4269.8
HexF3AF7101C3551d5446
Octal36325716103465535124106
Binary111100111010111111100010111001101011011110110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AF71; }

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

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

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

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

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

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

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

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