#F6B375

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

Shades of Tacao #F6B375

Tints of Tacao #F6B375

Color information

#F6B375 (or 0xF6B375) is unknown color: approx Tacao. HEX triplet: F6, B3 and 75. RGB value is (246,179,117). Sum of RGB (Red+Green+Blue) = 246+179+117=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B375 is #094C8A. Grayscale: #C0C0C0. Windows color (decimal): -609419 or 7713782. OLE color: 7713782.

HSL color Cylindrical-coordinate representation of color #F6B375: hue angle of 28.84º 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 #F6B375 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB246179117-
CMYK00.270.520.04
HSL28.84º87.76%71.18%-
HSV(B)28.84º52.44%96.47%-
XYZ57.3453.1224.06-
YUV191.9685.7166.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.39%
GREEN value IS 179 (70.31% from 255) = 33.03%
BLUE value IS 117 (46.09% from 255) = 21.59%
R=45.39%
G=33.03%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617911700.270.520.0428.8487.7671.18
HexF6B37501B3441d5847
Octal36626316503364435130107
Binary111101101011001111101010110111101001001110110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B375; }

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

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

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

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

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

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

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

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