#F2A47D

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

Shades of Tacao #F2A47D

Tints of Tacao #F2A47D

Color information

#F2A47D (or 0xF2A47D) is unknown color: approx Tacao. HEX triplet: F2, A4 and 7D. RGB value is (242,164,125). Sum of RGB (Red+Green+Blue) = 242+164+125=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A47D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A47D is #0D5B82. Grayscale: #B7B7B7. Windows color (decimal): -875395 or 8234226. OLE color: 8234226.

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

Color convert

RGB242164125-
CMYK00.320.480.05
HSL20º81.82%71.96%-
HSV(B)20º48.35%94.9%-
XYZ53.646.9125.63-
YUV182.8895.34170.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.57%
GREEN value IS 164 (64.45% from 255) = 30.89%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=45.57%
G=30.89%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216412500.320.480.052081.8271.96
HexF2A47D020305145248
Octal36224417504060524122110
Binary1111001010100100111110101000001100001011010010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A47D; }

 p { color: rgb(242,164,125); }

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

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

 a { background-color: rgb(242,164,125); }

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

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

 span { border-color: rgb(242,164,125); }

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