#F7A67A

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

Shades of Tacao #F7A67A

Tints of Tacao #F7A67A

Color information

#F7A67A (or 0xF7A67A) is unknown color: approx Tacao. HEX triplet: F7, A6 and 7A. RGB value is (247,166,122). Sum of RGB (Red+Green+Blue) = 247+166+122=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A67A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A67A is #085985. Grayscale: #B9B9B9. Windows color (decimal): -547206 or 8038135. OLE color: 8038135.

HSL color Cylindrical-coordinate representation of color #F7A67A: hue angle of 21.12º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7A67A is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB247166122-
CMYK00.330.510.03
HSL21.12º88.65%72.35%-
HSV(B)21.12º50.61%96.86%-
XYZ55.5148.4524.84-
YUV185.292.34172.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.17%
GREEN value IS 166 (65.23% from 255) = 31.03%
BLUE value IS 122 (48.05% from 255) = 22.80%
R=46.17%
G=31.03%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716612200.330.510.0321.1288.6572.35
HexF7A67A021333155948
Octal36724617204163325131110
Binary111101111010011011110100100001110011111010110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A67A; }

 p { color: rgb(247,166,122); }

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

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

 a { background-color: rgb(247,166,122); }

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

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

 span { border-color: rgb(247,166,122); }

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