#F97877

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

Shades of Salmon #F97877

Tints of Salmon #F97877

Color information

#F97877 (or 0xF97877) is unknown color: approx Salmon. HEX triplet: F9, 78 and 77. RGB value is (249,120,119). Sum of RGB (Red+Green+Blue) = 249+120+119=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F97877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97877 is #068788. Grayscale: #9E9E9E. Windows color (decimal): -427913 or 7829753. OLE color: 7829753.

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

Color convert

RGB249120119-
CMYK00.520.520.02
HSL0.46º91.55%72.16%-
HSV(B)0.46º52.21%97.65%-
XYZ49.1134.921.6-
YUV158.46105.74192.58-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.02%
GREEN value IS 120 (47.27% from 255) = 24.59%
BLUE value IS 119 (46.88% from 255) = 24.39%
R=51.02%
G=24.59%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912011900.520.520.020.4691.5572.16
HexF9787703434205c48
Octal3711701670646420134110
Binary1111100111110001110111011010011010010010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97877; }

 p { color: rgb(249,120,119); }

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

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

 a { background-color: rgb(249,120,119); }

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

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

 span { border-color: rgb(249,120,119); }

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