#f6a484

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

Shades of Light Salmon #F6A484

Tints of Light Salmon #F6A484

Color information

#F6A484 (or 0xF6A484) is unknown color: approx Light Salmon. HEX triplet: F6, A4 and 84. RGB value is (246,164,132). Sum of RGB (Red+Green+Blue) = 246+164+132=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A484 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A484 is #095B7B. Grayscale: #B9B9B9. Windows color (decimal): -613244 or 8692982. OLE color: 8692982.

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

Color convert

RGB246164132-
CMYK00.330.460.04
HSL16.84º86.36%74.12%-
HSV(B)16.84º46.34%96.47%-
XYZ55.4547.8128.14-
YUV184.8798.17171.6-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.39%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 132 (51.95% from 255) = 24.35%
R=45.39%
G=30.26%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616413200.330.460.0416.8486.3674.12
HexF6A4840212E411564a
Octal36624420404156421126112
Binary11110110101001001000010001000011011101001000110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6a484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6a484; }

 p { color: rgb(246,164,132); }

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

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

 a { background-color: rgb(246,164,132); }

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

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

 span { border-color: rgb(246,164,132); }

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