#F9A988

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

Shades of Light Salmon #F9A988

Tints of Light Salmon #F9A988

Color information

#F9A988 (or 0xF9A988) is unknown color: approx Light Salmon. HEX triplet: F9, A9 and 88. RGB value is (249,169,136). Sum of RGB (Red+Green+Blue) = 249+169+136=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A988 is #065677. Grayscale: #BDBDBD. Windows color (decimal): -415352 or 8956409. OLE color: 8956409.

HSL color Cylindrical-coordinate representation of color #F9A988: hue angle of 17.52º 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 #F9A988 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB249169136-
CMYK00.320.450.02
HSL17.52º90.4%75.49%-
HSV(B)17.52º45.38%97.65%-
XYZ57.750.2929.96-
YUV189.1698170.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.95%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 136 (53.52% from 255) = 24.55%
R=44.95%
G=30.51%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916913600.320.450.0217.5290.475.49
HexF9A9880202D2125a4b
Octal37125121004055222132113
Binary1111100110101001100010000100000101101101001010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A988; }

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

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

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

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

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

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

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

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