#F8AC85

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

Shades of Tacao #F8AC85

Tints of Tacao #F8AC85

Color information

#F8AC85 (or 0xF8AC85) is unknown color: approx Tacao. HEX triplet: F8, AC and 85. RGB value is (248,172,133). Sum of RGB (Red+Green+Blue) = 248+172+133=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AC85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AC85 is #07537A. Grayscale: #BEBEBE. Windows color (decimal): -480123 or 8760568. OLE color: 8760568.

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

Color convert

RGB248172133-
CMYK00.310.460.03
HSL20.35º89.15%74.71%-
HSV(B)20.35º46.37%97.25%-
XYZ57.751.1529.02-
YUV190.2895.68169.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.85%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=44.85%
G=31.10%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817213300.310.460.0320.3589.1574.71
HexF8AC8501F2E314594b
Octal37025420503756324131113
Binary111110001010110010000101011111101110111010010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AC85; }

 p { color: rgb(248,172,133); }

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

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

 a { background-color: rgb(248,172,133); }

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

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

 span { border-color: rgb(248,172,133); }

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