#F0A880

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

Shades of Tacao #F0A880

Tints of Tacao #F0A880

Color information

#F0A880 (or 0xF0A880) is unknown color: approx Tacao. HEX triplet: F0, A8 and 80. RGB value is (240,168,128). Sum of RGB (Red+Green+Blue) = 240+168+128=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A880 is #0F577F. Grayscale: #B9B9B9. Windows color (decimal): -1005440 or 8431856. OLE color: 8431856.

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

Color convert

RGB240168128-
CMYK00.30.470.06
HSL21.43º78.87%72.16%-
HSV(B)21.43º46.67%94.12%-
XYZ53.8348.0926.87-
YUV184.9795.85167.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.78%
GREEN value IS 168 (66.02% from 255) = 31.34%
BLUE value IS 128 (50.39% from 255) = 23.88%
R=44.78%
G=31.34%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016812800.30.470.0621.4378.8772.16
HexF0A88001E2F6154f48
Octal36025020003657625117110
Binary1111000010101000100000000111101011111101010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A880; }

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

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

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

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

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

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

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

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