#F6B17A

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

Shades of Tacao #F6B17A

Tints of Tacao #F6B17A

Color information

#F6B17A (or 0xF6B17A) is unknown color: approx Tacao. HEX triplet: F6, B1 and 7A. RGB value is (246,177,122). Sum of RGB (Red+Green+Blue) = 246+177+122=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B17A is #094E85. Grayscale: #BFBFBF. Windows color (decimal): -609926 or 8040950. OLE color: 8040950.

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

Color convert

RGB246177122-
CMYK00.280.500.04
HSL26.61º87.32%72.16%-
HSV(B)26.61º50.41%96.47%-
XYZ57.2452.4425.52-
YUV191.3688.86166.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.14%
GREEN value IS 177 (69.53% from 255) = 32.48%
BLUE value IS 122 (48.05% from 255) = 22.39%
R=45.14%
G=32.48%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617712200.280.500.0426.6187.3272.16
HexF6B17A01C3241b5748
Octal36626117203462433127110
Binary111101101011000111110100111001100101001101110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B17A; }

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

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

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

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

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

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

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

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