#F0A87D

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

Shades of Tacao #F0A87D

Tints of Tacao #F0A87D

Color information

#F0A87D (or 0xF0A87D) is unknown color: approx Tacao. HEX triplet: F0, A8 and 7D. RGB value is (240,168,125). Sum of RGB (Red+Green+Blue) = 240+168+125=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A87D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A87D is #0F5782. Grayscale: #B8B8B8. Windows color (decimal): -1005443 or 8235248. OLE color: 8235248.

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

Color convert

RGB240168125-
CMYK00.30.480.06
HSL22.43º79.31%71.57%-
HSV(B)22.43º47.92%94.12%-
XYZ53.6448.0125.84-
YUV184.6394.35167.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.03%
GREEN value IS 168 (66.02% from 255) = 31.52%
BLUE value IS 125 (49.22% from 255) = 23.45%
R=45.03%
G=31.52%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016812500.30.480.0622.4379.3171.57
HexF0A87D01E306164f48
Octal36025017503660626117110
Binary111100001010100011111010111101100001101011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A87D; }

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

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

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

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

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

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

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

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