#F6B174

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

Shades of Tacao #F6B174

Tints of Tacao #F6B174

Color information

#F6B174 (or 0xF6B174) is unknown color: approx Tacao. HEX triplet: F6, B1 and 74. RGB value is (246,177,116). Sum of RGB (Red+Green+Blue) = 246+177+116=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B174 is #094E8B. Grayscale: #BEBEBE. Windows color (decimal): -609932 or 7647734. OLE color: 7647734.

HSL color Cylindrical-coordinate representation of color #F6B174: hue angle of 28.15º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F6B174 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB246177116-
CMYK00.280.530.04
HSL28.15º87.84%70.98%-
HSV(B)28.15º52.85%96.47%-
XYZ56.8852.323.62-
YUV190.6885.86167.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.64%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 116 (45.70% from 255) = 21.52%
R=45.64%
G=32.84%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617711600.280.530.0428.1587.8470.98
HexF6B17401C3541c5847
Octal36626116403465434130107
Binary111101101011000111101000111001101011001110010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B174; }

 p { color: rgb(246,177,116); }

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

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

 a { background-color: rgb(246,177,116); }

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

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

 span { border-color: rgb(246,177,116); }

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