#F6B485

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

Shades of Tacao #F6B485

Tints of Tacao #F6B485

Color information

#F6B485 (or 0xF6B485) is unknown color: approx Tacao. HEX triplet: F6, B4 and 85. RGB value is (246,180,133). Sum of RGB (Red+Green+Blue) = 246+180+133=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B485 is #094B7A. Grayscale: #C2C2C2. Windows color (decimal): -609147 or 8762614. OLE color: 8762614.

HSL color Cylindrical-coordinate representation of color #F6B485: hue angle of 24.96º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6B485 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB246180133-
CMYK00.270.460.04
HSL24.96º86.26%74.31%-
HSV(B)24.96º45.93%96.47%-
XYZ58.5653.9329.51-
YUV194.3893.37164.82-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.01%
GREEN value IS 180 (70.70% from 255) = 32.20%
BLUE value IS 133 (52.34% from 255) = 23.79%
R=44.01%
G=32.20%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618013300.270.460.0424.9686.2674.31
HexF6B48501B2E419564a
Octal36626420503356431126112
Binary1111011010110100100001010110111011101001100110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B485; }

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

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

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

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

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

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

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

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