#F9A688

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

Shades of Light Salmon #F9A688

Tints of Light Salmon #F9A688

Color information

#F9A688 (or 0xF9A688) is unknown color: approx Light Salmon. HEX triplet: F9, A6 and 88. RGB value is (249,166,136). Sum of RGB (Red+Green+Blue) = 249+166+136=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A688 is #065977. Grayscale: #BBBBBB. Windows color (decimal): -416120 or 8955641. OLE color: 8955641.

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

Color convert

RGB249166136-
CMYK00.330.450.02
HSL15.93º90.4%75.49%-
HSV(B)15.93º45.38%97.65%-
XYZ57.1549.1929.78-
YUV187.499171.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.19%
GREEN value IS 166 (65.23% from 255) = 30.13%
BLUE value IS 136 (53.52% from 255) = 24.68%
R=45.19%
G=30.13%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916613600.330.450.0215.9390.475.49
HexF9A6880212D2105a4b
Octal37124621004155220132113
Binary1111100110100110100010000100001101101101000010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A688; }

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

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

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

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

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

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

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

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