#F2A87C

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

Shades of Tacao #F2A87C

Tints of Tacao #F2A87C

Color information

#F2A87C (or 0xF2A87C) is unknown color: approx Tacao. HEX triplet: F2, A8 and 7C. RGB value is (242,168,124). Sum of RGB (Red+Green+Blue) = 242+168+124=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A87C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A87C is #0D5783. Grayscale: #B9B9B9. Windows color (decimal): -874372 or 8169714. OLE color: 8169714.

HSL color Cylindrical-coordinate representation of color #F2A87C: hue angle of 22.37º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2A87C is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB242168124-
CMYK00.310.490.05
HSL22.37º81.94%71.76%-
HSV(B)22.37º48.76%94.9%-
XYZ54.2648.3425.54-
YUV185.1193.52168.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.32%
GREEN value IS 168 (66.02% from 255) = 31.46%
BLUE value IS 124 (48.83% from 255) = 23.22%
R=45.32%
G=31.46%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216812400.310.490.0522.3781.9471.76
HexF2A87C01F315165248
Octal36225017403761526122110
Binary111100101010100011111000111111100011011011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A87C; }

 p { color: rgb(242,168,124); }

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

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

 a { background-color: rgb(242,168,124); }

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

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

 span { border-color: rgb(242,168,124); }

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