#F7A989

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

Shades of Light Salmon #F7A989

Tints of Light Salmon #F7A989

Color information

#F7A989 (or 0xF7A989) is unknown color: approx Light Salmon. HEX triplet: F7, A9 and 89. RGB value is (247,169,137). Sum of RGB (Red+Green+Blue) = 247+169+137=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 137 (53.91% from 255 or 24.77% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A989 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A989 is #085676. Grayscale: #BCBCBC. Windows color (decimal): -546423 or 9021943. OLE color: 9021943.

HSL color Cylindrical-coordinate representation of color #F7A989: hue angle of 17.45º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F7A989 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB247169137-
CMYK00.320.450.03
HSL17.45º87.3%75.29%-
HSV(B)17.45º44.53%96.86%-
XYZ57.0649.9630.3-
YUV188.6798.84169.6-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.67%
GREEN value IS 169 (66.41% from 255) = 30.56%
BLUE value IS 137 (53.91% from 255) = 24.77%
R=44.67%
G=30.56%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716913700.320.450.0317.4587.375.29
HexF7A9890202D311574b
Octal36725121104055321127113
Binary1111011110101001100010010100000101101111000110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A989; }

 p { color: rgb(247,169,137); }

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

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

 a { background-color: rgb(247,169,137); }

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

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

 span { border-color: rgb(247,169,137); }

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