#F9AF86

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

Shades of Tacao #F9AF86

Tints of Tacao #F9AF86

Color information

#F9AF86 (or 0xF9AF86) is unknown color: approx Tacao. HEX triplet: F9, AF and 86. RGB value is (249,175,134). Sum of RGB (Red+Green+Blue) = 249+175+134=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 134 (52.73% from 255 or 24.01% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AF86 is #065079. Grayscale: #C0C0C0. Windows color (decimal): -413818 or 8826873. OLE color: 8826873.

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

Color convert

RGB249175134-
CMYK00.300.460.02
HSL21.39º90.55%75.1%-
HSV(B)21.39º46.18%97.65%-
XYZ58.752.5229.6-
YUV192.4595.02168.33-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.62%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 134 (52.73% from 255) = 24.01%
R=44.62%
G=31.36%
B=24.01%

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
Decimal24917513400.300.460.0221.3990.5575.1
HexF9AF8601E2E2155b4b
Octal37125720603656225133113
Binary111110011010111110000110011110101110101010110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AF86; }

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

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

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

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

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

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

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

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