#F6B082

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

Shades of Tacao #F6B082

Tints of Tacao #F6B082

Color information

#F6B082 (or 0xF6B082) is unknown color: approx Tacao. HEX triplet: F6, B0 and 82. RGB value is (246,176,130). Sum of RGB (Red+Green+Blue) = 246+176+130=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B082 is #094F7D. Grayscale: #BFBFBF. Windows color (decimal): -610174 or 8564982. OLE color: 8564982.

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

Color convert

RGB246176130-
CMYK00.280.470.04
HSL23.79º86.57%73.73%-
HSV(B)23.79º47.15%96.47%-
XYZ57.5652.2628.17-
YUV191.6993.19166.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.57%
GREEN value IS 176 (69.14% from 255) = 31.88%
BLUE value IS 130 (51.17% from 255) = 23.55%
R=44.57%
G=31.88%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617613000.280.470.0423.7986.5773.73
HexF6B08201C2F418574a
Octal36626020203457430127112
Binary1111011010110000100000100111001011111001100010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B082; }

 p { color: rgb(246,176,130); }

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

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

 a { background-color: rgb(246,176,130); }

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

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

 span { border-color: rgb(246,176,130); }

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