#F6B284

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

Shades of Tacao #F6B284

Tints of Tacao #F6B284

Color information

#F6B284 (or 0xF6B284) is unknown color: approx Tacao. HEX triplet: F6, B2 and 84. RGB value is (246,178,132). Sum of RGB (Red+Green+Blue) = 246+178+132=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B284 is #094D7B. Grayscale: #C1C1C1. Windows color (decimal): -609660 or 8696566. OLE color: 8696566.

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

Color convert

RGB246178132-
CMYK00.280.460.04
HSL24.21º86.36%74.12%-
HSV(B)24.21º46.34%96.47%-
XYZ58.0953.129.02-
YUV193.0993.53165.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.24%
GREEN value IS 178 (69.92% from 255) = 32.01%
BLUE value IS 132 (51.95% from 255) = 23.74%
R=44.24%
G=32.01%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617813200.280.460.0424.2186.3674.12
HexF6B28401C2E418564a
Octal36626220403456430126112
Binary1111011010110010100001000111001011101001100010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B284; }

 p { color: rgb(246,178,132); }

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

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

 a { background-color: rgb(246,178,132); }

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

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

 span { border-color: rgb(246,178,132); }

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