#F6B175

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

Shades of Tacao #F6B175

Tints of Tacao #F6B175

Color information

#F6B175 (or 0xF6B175) is unknown color: approx Tacao. HEX triplet: F6, B1 and 75. RGB value is (246,177,117). Sum of RGB (Red+Green+Blue) = 246+177+117=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B175 is #094E8A. Grayscale: #BFBFBF. Windows color (decimal): -609931 or 7713270. OLE color: 7713270.

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

Color convert

RGB246177117-
CMYK00.280.520.04
HSL27.91º87.76%71.18%-
HSV(B)27.91º52.44%96.47%-
XYZ56.9452.3223.93-
YUV190.7986.36167.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.56%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 117 (46.09% from 255) = 21.67%
R=45.56%
G=32.78%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617711700.280.520.0427.9187.7671.18
HexF6B17501C3441c5847
Octal36626116503464434130107
Binary111101101011000111101010111001101001001110010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B175; }

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

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

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

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

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

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

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

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