#F8AF83

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

Shades of Tacao #F8AF83

Tints of Tacao #F8AF83

Color information

#F8AF83 (or 0xF8AF83) is unknown color: approx Tacao. HEX triplet: F8, AF and 83. RGB value is (248,175,131). Sum of RGB (Red+Green+Blue) = 248+175+131=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 131 (51.56% from 255 or 23.65% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AF83 is #07507C. Grayscale: #C0C0C0. Windows color (decimal): -479357 or 8630264. OLE color: 8630264.

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

Color convert

RGB248175131-
CMYK00.290.470.03
HSL22.56º89.31%74.31%-
HSV(B)22.56º47.18%97.25%-
XYZ58.1452.2628.49-
YUV191.8193.68168.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.77%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 131 (51.56% from 255) = 23.65%
R=44.77%
G=31.59%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817513100.290.470.0322.5689.3174.31
HexF8AF8301D2F317594a
Octal37025720303557327131112
Binary111110001010111110000011011101101111111011110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AF83; }

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

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

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

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

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

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

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

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