#F9896C

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

Shades of Salmon #F9896C

Tints of Salmon #F9896C

Color information

#F9896C (or 0xF9896C) is unknown color: approx Salmon. HEX triplet: F9, 89 and 6C. RGB value is (249,137,108). Sum of RGB (Red+Green+Blue) = 249+137+108=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9896C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9896C is #067693. Grayscale: #A7A7A7. Windows color (decimal): -423572 or 7113209. OLE color: 7113209.

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

Color convert

RGB249137108-
CMYK00.450.570.02
HSL12.34º92.16%70%-
HSV(B)12.34º56.63%97.65%-
XYZ50.7239.1119.06-
YUV167.1894.61186.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.40%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 108 (42.58% from 255) = 21.86%
R=50.40%
G=27.73%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913710800.450.570.0212.3492.1670
HexF9896C02D392c5c46
Octal37121115405571214134106
Binary11111001100010011101100010110111100110110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9896C; }

 p { color: rgb(249,137,108); }

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

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

 a { background-color: rgb(249,137,108); }

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

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

 span { border-color: rgb(249,137,108); }

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