#F2AB7C

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

Shades of Tacao #F2AB7C

Tints of Tacao #F2AB7C

Color information

#F2AB7C (or 0xF2AB7C) is unknown color: approx Tacao. HEX triplet: F2, AB and 7C. RGB value is (242,171,124). Sum of RGB (Red+Green+Blue) = 242+171+124=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AB7C is #0D5483. Grayscale: #BBBBBB. Windows color (decimal): -873604 or 8170482. OLE color: 8170482.

HSL color Cylindrical-coordinate representation of color #F2AB7C: hue angle of 23.9º 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 #F2AB7C is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB242171124-
CMYK00.290.490.05
HSL23.9º81.94%71.76%-
HSV(B)23.9º48.76%94.9%-
XYZ54.8249.4625.73-
YUV186.8792.52167.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.07%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 124 (48.83% from 255) = 23.09%
R=45.07%
G=31.84%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217112400.290.490.0523.981.9471.76
HexF2AB7C01D315185248
Octal36225317403561530122110
Binary111100101010101111111000111011100011011100010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AB7C; }

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

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

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

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

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

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

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

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