#F0A87A

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

Shades of Tacao #F0A87A

Tints of Tacao #F0A87A

Color information

#F0A87A (or 0xF0A87A) is unknown color: approx Tacao. HEX triplet: F0, A8 and 7A. RGB value is (240,168,122). Sum of RGB (Red+Green+Blue) = 240+168+122=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A87A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A87A is #0F5785. Grayscale: #B8B8B8. Windows color (decimal): -1005446 or 8038640. OLE color: 8038640.

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

Color convert

RGB240168122-
CMYK00.30.490.06
HSL23.39º79.73%70.98%-
HSV(B)23.39º49.17%94.12%-
XYZ53.4547.9424.85-
YUV184.2892.85167.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.28%
GREEN value IS 168 (66.02% from 255) = 31.70%
BLUE value IS 122 (48.05% from 255) = 23.02%
R=45.28%
G=31.70%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016812200.30.490.0623.3979.7370.98
HexF0A87A01E316175047
Octal36025017203661627120107
Binary111100001010100011110100111101100011101011110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A87A; }

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

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

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

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

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

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

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

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