#F98770

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

Shades of Salmon #F98770

Tints of Salmon #F98770

Color information

#F98770 (or 0xF98770) is unknown color: approx Salmon. HEX triplet: F9, 87 and 70. RGB value is (249,135,112). Sum of RGB (Red+Green+Blue) = 249+135+112=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F98770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98770 is #06788F. Grayscale: #A6A6A6. Windows color (decimal): -424080 or 7374841. OLE color: 7374841.

HSL color Cylindrical-coordinate representation of color #F98770: hue angle of 10.07º 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 #F98770 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB249135112-
CMYK00.460.550.02
HSL10.07º91.95%70.78%-
HSV(B)10.07º55.02%97.65%-
XYZ50.6638.6420.12-
YUV166.4697.27186.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.20%
GREEN value IS 135 (53.12% from 255) = 27.22%
BLUE value IS 112 (44.14% from 255) = 22.58%
R=50.20%
G=27.22%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913511200.460.550.0210.0791.9570.78
HexF9877002E372a5c47
Octal37120716005667212134107
Binary11111001100001111110000010111011011110101010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98770; }

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

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

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

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

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

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

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

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