#F0AF87

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

Shades of Tacao #F0AF87

Tints of Tacao #F0AF87

Color information

#F0AF87 (or 0xF0AF87) is unknown color: approx Tacao. HEX triplet: F0, AF and 87. RGB value is (240,175,135). Sum of RGB (Red+Green+Blue) = 240+175+135=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 135 (53.12% from 255 or 24.55% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AF87 is #0F5078. Grayscale: #BEBEBE. Windows color (decimal): -1003641 or 8892400. OLE color: 8892400.

HSL color Cylindrical-coordinate representation of color #F0AF87: hue angle of 22.86º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0AF87 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB240175135-
CMYK00.270.440.06
HSL22.86º77.78%73.53%-
HSV(B)22.86º43.75%94.12%-
XYZ55.6450.9329.82-
YUV189.8897.03163.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.64%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 135 (53.12% from 255) = 24.55%
R=43.64%
G=31.82%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017513500.270.440.0622.8677.7873.53
HexF0AF8701B2C6174e4a
Octal36025720703354627116112
Binary1111000010101111100001110110111011001101011110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AF87; }

 p { color: rgb(240,175,135); }

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

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

 a { background-color: rgb(240,175,135); }

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

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

 span { border-color: rgb(240,175,135); }

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