#F9AB87

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

Shades of Light Salmon #F9AB87

Tints of Light Salmon #F9AB87

Color information

#F9AB87 (or 0xF9AB87) is unknown color: approx Light Salmon. HEX triplet: F9, AB and 87. RGB value is (249,171,135). Sum of RGB (Red+Green+Blue) = 249+171+135=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 135 (53.12% from 255 or 24.32% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AB87 is #065478. Grayscale: #BEBEBE. Windows color (decimal): -414841 or 8891385. OLE color: 8891385.

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

Color convert

RGB249171135-
CMYK00.310.460.02
HSL18.95º90.48%75.29%-
HSV(B)18.95º45.78%97.65%-
XYZ5851.0129.71-
YUV190.2296.84169.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.86%
GREEN value IS 171 (67.19% from 255) = 30.81%
BLUE value IS 135 (53.12% from 255) = 24.32%
R=44.86%
G=30.81%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917113500.310.460.0218.9590.4875.29
HexF9AB8701F2E2135a4b
Octal37125320703756223132113
Binary111110011010101110000111011111101110101001110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AB87; }

 p { color: rgb(249,171,135); }

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

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

 a { background-color: rgb(249,171,135); }

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

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

 span { border-color: rgb(249,171,135); }

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