#F6B47B

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

Shades of Tacao #F6B47B

Tints of Tacao #F6B47B

Color information

#F6B47B (or 0xF6B47B) is unknown color: approx Tacao. HEX triplet: F6, B4 and 7B. RGB value is (246,180,123). Sum of RGB (Red+Green+Blue) = 246+180+123=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B47B is #094B84. Grayscale: #C1C1C1. Windows color (decimal): -609157 or 8107254. OLE color: 8107254.

HSL color Cylindrical-coordinate representation of color #F6B47B: hue angle of 27.8º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6B47B is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB246180123-
CMYK00.270.500.04
HSL27.8º87.23%72.35%-
HSV(B)27.8º50%96.47%-
XYZ57.953.6726.05-
YUV193.2488.37165.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.81%
GREEN value IS 180 (70.70% from 255) = 32.79%
BLUE value IS 123 (48.44% from 255) = 22.40%
R=44.81%
G=32.79%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618012300.270.500.0427.887.2372.35
HexF6B47B01B3241c5748
Octal36626417303362434127110
Binary111101101011010011110110110111100101001110010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B47B; }

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

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

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

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

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

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

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

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