#F6B67A

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

Shades of Tacao #F6B67A

Tints of Tacao #F6B67A

Color information

#F6B67A (or 0xF6B67A) is unknown color: approx Tacao. HEX triplet: F6, B6 and 7A. RGB value is (246,182,122). Sum of RGB (Red+Green+Blue) = 246+182+122=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B67A is #094985. Grayscale: #C2C2C2. Windows color (decimal): -608646 or 8042230. OLE color: 8042230.

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

Color convert

RGB246182122-
CMYK00.260.500.04
HSL29.03º87.32%72.16%-
HSV(B)29.03º50.41%96.47%-
XYZ58.2554.4525.85-
YUV194.387.2164.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.73%
GREEN value IS 182 (71.48% from 255) = 33.09%
BLUE value IS 122 (48.05% from 255) = 22.18%
R=44.73%
G=33.09%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618212200.260.500.0429.0387.3272.16
HexF6B67A01A3241d5748
Octal36626617203262435127110
Binary111101101011011011110100110101100101001110110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B67A; }

 p { color: rgb(246,182,122); }

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

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

 a { background-color: rgb(246,182,122); }

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

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

 span { border-color: rgb(246,182,122); }

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