#F9A588

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

Shades of Light Salmon #F9A588

Tints of Light Salmon #F9A588

Color information

#F9A588 (or 0xF9A588) is unknown color: approx Light Salmon. HEX triplet: F9, A5 and 88. RGB value is (249,165,136). Sum of RGB (Red+Green+Blue) = 249+165+136=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A588 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A588 is #065A77. Grayscale: #BBBBBB. Windows color (decimal): -416376 or 8955385. OLE color: 8955385.

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

Color convert

RGB249165136-
CMYK00.340.450.02
HSL15.4º90.4%75.49%-
HSV(B)15.4º45.38%97.65%-
XYZ56.9748.8329.71-
YUV186.8199.33172.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.27%
GREEN value IS 165 (64.84% from 255) = 30%
BLUE value IS 136 (53.52% from 255) = 24.73%
R=45.27%
G=30%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916513600.340.450.0215.490.475.49
HexF9A5880222D2f5a4b
Octal37124521004255217132113
Binary111110011010010110001000010001010110110111110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A588; }

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

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

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

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

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

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

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

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