#F6A182

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

Shades of Light Salmon #F6A182

Tints of Light Salmon #F6A182

Color information

#F6A182 (or 0xF6A182) is unknown color: approx Light Salmon. HEX triplet: F6, A1 and 82. RGB value is (246,161,130). Sum of RGB (Red+Green+Blue) = 246+161+130=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A182 is #095E7D. Grayscale: #B7B7B7. Windows color (decimal): -614014 or 8561142. OLE color: 8561142.

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

Color convert

RGB246161130-
CMYK00.350.470.04
HSL16.03º86.57%73.73%-
HSV(B)16.03º47.15%96.47%-
XYZ54.7846.6927.24-
YUV182.8898.16173.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.81%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 130 (51.17% from 255) = 24.21%
R=45.81%
G=29.98%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616113000.350.470.0416.0386.5773.73
HexF6A1820232F410574a
Octal36624120204357420127112
Binary11110110101000011000001001000111011111001000010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A182; }

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

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

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

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

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

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

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

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