#F8AE82

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

Shades of Tacao #F8AE82

Tints of Tacao #F8AE82

Color information

#F8AE82 (or 0xF8AE82) is unknown color: approx Tacao. HEX triplet: F8, AE and 82. RGB value is (248,174,130). Sum of RGB (Red+Green+Blue) = 248+174+130=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AE82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AE82 is #07517D. Grayscale: #BFBFBF. Windows color (decimal): -479614 or 8564472. OLE color: 8564472.

HSL color Cylindrical-coordinate representation of color #F8AE82: hue angle of 22.37º 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 #F8AE82 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB248174130-
CMYK00.300.480.03
HSL22.37º89.39%74.12%-
HSV(B)22.37º47.58%97.25%-
XYZ57.8851.8428.07-
YUV191.1193.52168.58-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.93%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 130 (51.17% from 255) = 23.55%
R=44.93%
G=31.52%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817413000.300.480.0322.3789.3974.12
HexF8AE8201E30316594a
Octal37025620203660326131112
Binary111110001010111010000010011110110000111011010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AE82; }

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

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

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

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

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

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

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

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