#F8AC72

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

Shades of Tacao #F8AC72

Tints of Tacao #F8AC72

Color information

#F8AC72 (or 0xF8AC72) is unknown color: approx Tacao. HEX triplet: F8, AC and 72. RGB value is (248,172,114). Sum of RGB (Red+Green+Blue) = 248+172+114=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AC72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AC72 is #07538D. Grayscale: #BCBCBC. Windows color (decimal): -480142 or 7515384. OLE color: 7515384.

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

Color convert

RGB248172114-
CMYK00.310.540.03
HSL25.97º90.54%70.98%-
HSV(B)25.97º54.03%97.25%-
XYZ56.550.6822.72-
YUV188.1186.18170.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.44%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 114 (44.92% from 255) = 21.35%
R=46.44%
G=32.21%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817211400.310.540.0325.9790.5470.98
HexF8AC7201F3631a5b47
Octal37025416203766332133107
Binary11111000101011001110010011111110110111101010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AC72; }

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

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

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

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

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

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

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

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