#F9A682

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

Shades of Light Salmon #F9A682

Tints of Light Salmon #F9A682

Color information

#F9A682 (or 0xF9A682) is unknown color: approx Light Salmon. HEX triplet: F9, A6 and 82. RGB value is (249,166,130). Sum of RGB (Red+Green+Blue) = 249+166+130=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A682 is #06597D. Grayscale: #BABABA. Windows color (decimal): -416126 or 8562425. OLE color: 8562425.

HSL color Cylindrical-coordinate representation of color #F9A682: hue angle of 18.15º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9A682 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB249166130-
CMYK00.330.480.02
HSL18.15º90.84%74.31%-
HSV(B)18.15º47.79%97.65%-
XYZ56.7349.0227.59-
YUV186.7196172.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.69%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 130 (51.17% from 255) = 23.85%
R=45.69%
G=30.46%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916613000.330.480.0218.1590.8474.31
HexF9A682021302125b4a
Octal37124620204160222133112
Binary1111100110100110100000100100001110000101001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A682; }

 p { color: rgb(249,166,130); }

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

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

 a { background-color: rgb(249,166,130); }

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

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

 span { border-color: rgb(249,166,130); }

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