#F98B78

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

Shades of Salmon #F98B78

Tints of Salmon #F98B78

Color information

#F98B78 (or 0xF98B78) is unknown color: approx Salmon. HEX triplet: F9, 8B and 78. RGB value is (249,139,120). Sum of RGB (Red+Green+Blue) = 249+139+120=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98B78 is #067487. Grayscale: #A9A9A9. Windows color (decimal): -423048 or 7900153. OLE color: 7900153.

HSL color Cylindrical-coordinate representation of color #F98B78: hue angle of 8.84º degrees, saturation: 0.91, 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 #F98B78 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB249139120-
CMYK00.440.520.02
HSL8.84º91.49%72.35%-
HSV(B)8.84º51.81%97.65%-
XYZ51.6939.9622.76-
YUV169.7299.94184.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.02%
GREEN value IS 139 (54.69% from 255) = 27.36%
BLUE value IS 120 (47.27% from 255) = 23.62%
R=49.02%
G=27.36%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913912000.440.520.028.8491.4972.35
HexF98B7802C34295b48
Octal37121317005464211133110
Binary11111001100010111111000010110011010010100110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98B78; }

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

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

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

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

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

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

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

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