#F98868

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

Shades of Salmon #F98868

Tints of Salmon #F98868

Color information

#F98868 (or 0xF98868) is unknown color: approx Salmon. HEX triplet: F9, 88 and 68. RGB value is (249,136,104). Sum of RGB (Red+Green+Blue) = 249+136+104=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F98868 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98868 is #067797. Grayscale: #A6A6A6. Windows color (decimal): -423832 or 6850809. OLE color: 6850809.

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

Color convert

RGB249136104-
CMYK00.450.580.02
HSL13.24º92.36%69.22%-
HSV(B)13.24º58.23%97.65%-
XYZ50.3738.7517.92-
YUV166.1492.94187.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.92%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 104 (41.02% from 255) = 21.27%
R=50.92%
G=27.81%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913610400.450.580.0213.2492.3669.22
HexF9886802D3A2d5c45
Octal37121015005572215134105
Binary11111001100010001101000010110111101010110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98868; }

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

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

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

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

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

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

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

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