#F8AF7D

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

Shades of Tacao #F8AF7D

Tints of Tacao #F8AF7D

Color information

#F8AF7D (or 0xF8AF7D) is unknown color: approx Tacao. HEX triplet: F8, AF and 7D. RGB value is (248,175,125). Sum of RGB (Red+Green+Blue) = 248+175+125=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AF7D is #075082. Grayscale: #BFBFBF. Windows color (decimal): -479363 or 8237048. OLE color: 8237048.

HSL color Cylindrical-coordinate representation of color #F8AF7D: hue angle of 24.39º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8AF7D is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB248175125-
CMYK00.290.500.03
HSL24.39º89.78%73.14%-
HSV(B)24.39º49.6%97.25%-
XYZ57.7452.126.41-
YUV191.1390.68168.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.26%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 125 (49.22% from 255) = 22.81%
R=45.26%
G=31.93%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817512500.290.500.0324.3989.7873.14
HexF8AF7D01D323185a49
Octal37025717503562330132111
Binary11111000101011111111101011101110010111100010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AF7D; }

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

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

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

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

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

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

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

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