#f6b481

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

Shades of Tacao #F6B481

Tints of Tacao #F6B481

Color information

#F6B481 (or 0xF6B481) is unknown color: approx Tacao. HEX triplet: F6, B4 and 81. RGB value is (246,180,129). Sum of RGB (Red+Green+Blue) = 246+180+129=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B481 is #094B7E. Grayscale: #C2C2C2. Windows color (decimal): -609151 or 8500470. OLE color: 8500470.

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

Color convert

RGB246180129-
CMYK00.270.480.04
HSL26.15º86.67%73.53%-
HSV(B)26.15º47.56%96.47%-
XYZ58.2953.8228.09-
YUV193.9291.37165.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.32%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 129 (50.78% from 255) = 23.24%
R=44.32%
G=32.43%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618012900.270.480.0426.1586.6773.53
HexF6B48101B3041a574a
Octal36626420103360432127112
Binary1111011010110100100000010110111100001001101010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6b481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6b481; }

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

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

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

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

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

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

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

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