#FFAF80

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

Shades of Tacao #FFAF80

Tints of Tacao #FFAF80

Color information

#FFAF80 (or 0xFFAF80) is unknown color: approx Tacao. HEX triplet: FF, AF and 80. RGB value is (255,175,128). Sum of RGB (Red+Green+Blue) = 255+175+128=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF80 is #00507F. Grayscale: #C1C1C1. Windows color (decimal): -20608 or 8433663. OLE color: 8433663.

HSL color Cylindrical-coordinate representation of color #FFAF80: hue angle of 22.2º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFAF80 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255175128-
CMYK00.310.500
HSL22.2º100%75.1%-
HSV(B)22.2º49.8%100%-
XYZ60.4753.4827.56-
YUV193.5691171.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.70%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 128 (50.39% from 255) = 22.94%
R=45.70%
G=31.36%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517512800.310.50022.210075.1
HexFFAF8001F32016644b
Octal37725720003762026144113
Binary11111111101011111000000001111111001001011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF80; }

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

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

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

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

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

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

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

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