#F6B473

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

Shades of Tacao #F6B473

Tints of Tacao #F6B473

Color information

#F6B473 (or 0xF6B473) is unknown color: approx Tacao. HEX triplet: F6, B4 and 73. RGB value is (246,180,115). Sum of RGB (Red+Green+Blue) = 246+180+115=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B473 is #094B8C. Grayscale: #C0C0C0. Windows color (decimal): -609165 or 7582966. OLE color: 7582966.

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

Color convert

RGB246180115-
CMYK00.270.530.04
HSL29.77º87.92%70.78%-
HSV(B)29.77º53.25%96.47%-
XYZ57.4253.4723.51-
YUV192.3284.37166.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.47%
GREEN value IS 180 (70.70% from 255) = 33.27%
BLUE value IS 115 (45.31% from 255) = 21.26%
R=45.47%
G=33.27%
B=21.26%

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
Decimal24618011500.270.530.0429.7787.9270.78
HexF6B47301B3541e5847
Octal36626416303365436130107
Binary111101101011010011100110110111101011001111010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B473; }

 p { color: rgb(246,180,115); }

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

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

 a { background-color: rgb(246,180,115); }

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

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

 span { border-color: rgb(246,180,115); }

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