#F0A881

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

Shades of Tacao #F0A881

Tints of Tacao #F0A881

Color information

#F0A881 (or 0xF0A881) is unknown color: approx Tacao. HEX triplet: F0, A8 and 81. RGB value is (240,168,129). Sum of RGB (Red+Green+Blue) = 240+168+129=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A881 is #0F577E. Grayscale: #B9B9B9. Windows color (decimal): -1005439 or 8497392. OLE color: 8497392.

HSL color Cylindrical-coordinate representation of color #F0A881: hue angle of 21.08º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0A881 is Cyan = 0, Magento = 0.3, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB240168129-
CMYK00.30.460.06
HSL21.08º78.72%72.35%-
HSV(B)21.08º46.25%94.12%-
XYZ53.948.1227.22-
YUV185.0896.35167.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.69%
GREEN value IS 168 (66.02% from 255) = 31.28%
BLUE value IS 129 (50.78% from 255) = 24.02%
R=44.69%
G=31.28%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016812900.30.460.0621.0878.7272.35
HexF0A88101E2E6154f48
Octal36025020103656625117110
Binary1111000010101000100000010111101011101101010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A881; }

 p { color: rgb(240,168,129); }

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

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

 a { background-color: rgb(240,168,129); }

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

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

 span { border-color: rgb(240,168,129); }

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