#F3AF80

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

Shades of Tacao #F3AF80

Tints of Tacao #F3AF80

Color information

#F3AF80 (or 0xF3AF80) is unknown color: approx Tacao. HEX triplet: F3, AF and 80. RGB value is (243,175,128). Sum of RGB (Red+Green+Blue) = 243+175+128=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AF80 is #0C507F. Grayscale: #BEBEBE. Windows color (decimal): -807040 or 8433651. OLE color: 8433651.

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

Color convert

RGB243175128-
CMYK00.280.470.05
HSL24.52º82.73%72.75%-
HSV(B)24.52º47.33%95.29%-
XYZ56.1951.2727.36-
YUV189.9793.03165.82-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.51%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 128 (50.39% from 255) = 23.44%
R=44.51%
G=32.05%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317512800.280.470.0524.5282.7372.75
HexF3AF8001C2F5195349
Octal36325720003457531123111
Binary1111001110101111100000000111001011111011100110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AF80; }

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

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

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

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

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

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

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

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