#F8AF82

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

Shades of Tacao #F8AF82

Tints of Tacao #F8AF82

Color information

#F8AF82 (or 0xF8AF82) is unknown color: approx Tacao. HEX triplet: F8, AF and 82. RGB value is (248,175,130). Sum of RGB (Red+Green+Blue) = 248+175+130=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AF82 is #07507D. Grayscale: #BFBFBF. Windows color (decimal): -479358 or 8564728. OLE color: 8564728.

HSL color Cylindrical-coordinate representation of color #F8AF82: hue angle of 22.88º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8AF82 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB248175130-
CMYK00.290.480.03
HSL22.88º89.39%74.12%-
HSV(B)22.88º47.58%97.25%-
XYZ58.0752.2328.14-
YUV191.793.18168.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.85%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 130 (51.17% from 255) = 23.51%
R=44.85%
G=31.65%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817513000.290.480.0322.8889.3974.12
HexF8AF8201D30317594a
Octal37025720203560327131112
Binary111110001010111110000010011101110000111011110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AF82; }

 p { color: rgb(248,175,130); }

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

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

 a { background-color: rgb(248,175,130); }

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

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

 span { border-color: rgb(248,175,130); }

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