#F6B482

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

Shades of Tacao #F6B482

Tints of Tacao #F6B482

Color information

#F6B482 (or 0xF6B482) is unknown color: approx Tacao. HEX triplet: F6, B4 and 82. RGB value is (246,180,130). Sum of RGB (Red+Green+Blue) = 246+180+130=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B482 is #094B7D. Grayscale: #C2C2C2. Windows color (decimal): -609150 or 8566006. OLE color: 8566006.

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

Color convert

RGB246180130-
CMYK00.270.470.04
HSL25.86º86.57%73.73%-
HSV(B)25.86º47.15%96.47%-
XYZ58.3653.8528.44-
YUV194.0391.87165.07-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.24%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 130 (51.17% from 255) = 23.38%
R=44.24%
G=32.37%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618013000.270.470.0425.8686.5773.73
HexF6B48201B2F41a574a
Octal36626420203357432127112
Binary1111011010110100100000100110111011111001101010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B482; }

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

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

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

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

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

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

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

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