#F9AE86

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

Shades of Tacao #F9AE86

Tints of Tacao #F9AE86

Color information

#F9AE86 (or 0xF9AE86) is unknown color: approx Tacao. HEX triplet: F9, AE and 86. RGB value is (249,174,134). Sum of RGB (Red+Green+Blue) = 249+174+134=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 134 (52.73% from 255 or 24.06% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AE86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AE86 is #065179. Grayscale: #C0C0C0. Windows color (decimal): -414074 or 8826617. OLE color: 8826617.

HSL color Cylindrical-coordinate representation of color #F9AE86: hue angle of 20.87º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F9AE86 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB249174134-
CMYK00.300.460.02
HSL20.87º90.55%75.1%-
HSV(B)20.87º46.18%97.65%-
XYZ58.5152.1329.53-
YUV191.8695.35168.75-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.70%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 134 (52.73% from 255) = 24.06%
R=44.70%
G=31.24%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917413400.300.460.0220.8790.5575.1
HexF9AE8601E2E2155b4b
Octal37125620603656225133113
Binary111110011010111010000110011110101110101010110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AE86; }

 p { color: rgb(249,174,134); }

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

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

 a { background-color: rgb(249,174,134); }

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

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

 span { border-color: rgb(249,174,134); }

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