#F6B374

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

Shades of Tacao #F6B374

Tints of Tacao #F6B374

Color information

#F6B374 (or 0xF6B374) is unknown color: approx Tacao. HEX triplet: F6, B3 and 74. RGB value is (246,179,116). Sum of RGB (Red+Green+Blue) = 246+179+116=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B374 is #094C8B. Grayscale: #C0C0C0. Windows color (decimal): -609420 or 7648246. OLE color: 7648246.

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

Color convert

RGB246179116-
CMYK00.270.530.04
HSL29.08º87.84%70.98%-
HSV(B)29.08º52.85%96.47%-
XYZ57.2853.0923.75-
YUV191.8585.2166.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.47%
GREEN value IS 179 (70.31% from 255) = 33.09%
BLUE value IS 116 (45.70% from 255) = 21.44%
R=45.47%
G=33.09%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617911600.270.530.0429.0887.8470.98
HexF6B37401B3541d5847
Octal36626316403365435130107
Binary111101101011001111101000110111101011001110110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B374; }

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

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

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

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

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

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

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

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