#F98870

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

Shades of Salmon #F98870

Tints of Salmon #F98870

Color information

#F98870 (or 0xF98870) is unknown color: approx Salmon. HEX triplet: F9, 88 and 70. RGB value is (249,136,112). Sum of RGB (Red+Green+Blue) = 249+136+112=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F98870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98870 is #06778F. Grayscale: #A7A7A7. Windows color (decimal): -423824 or 7375097. OLE color: 7375097.

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

Color convert

RGB249136112-
CMYK00.450.550.02
HSL10.51º91.95%70.78%-
HSV(B)10.51º55.02%97.65%-
XYZ50.838.9220.16-
YUV167.0596.94186.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.10%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=50.10%
G=27.36%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913611200.450.550.0210.5191.9570.78
HexF9887002D372b5c47
Octal37121016005567213134107
Binary11111001100010001110000010110111011110101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98870; }

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

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

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

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

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

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

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

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