#F0AF89

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

Shades of Tacao #F0AF89

Tints of Tacao #F0AF89

Color information

#F0AF89 (or 0xF0AF89) is unknown color: approx Tacao. HEX triplet: F0, AF and 89. RGB value is (240,175,137). Sum of RGB (Red+Green+Blue) = 240+175+137=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AF89 is #0F5076. Grayscale: #BEBEBE. Windows color (decimal): -1003639 or 9023472. OLE color: 9023472.

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

Color convert

RGB240175137-
CMYK00.270.430.06
HSL22.14º77.44%73.92%-
HSV(B)22.14º42.92%94.12%-
XYZ55.7850.9930.57-
YUV190.198.03163.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.48%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 137 (53.91% from 255) = 24.82%
R=43.48%
G=31.70%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017513700.270.430.0622.1477.4473.92
HexF0AF8901B2B6164d4a
Octal36025721103353626115112
Binary1111000010101111100010010110111010111101011010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AF89; }

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

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

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

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

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

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

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

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