#F98169

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

Shades of Salmon #F98169

Tints of Salmon #F98169

Color information

#F98169 (or 0xF98169) is unknown color: approx Salmon. HEX triplet: F9, 81 and 69. RGB value is (249,129,105). Sum of RGB (Red+Green+Blue) = 249+129+105=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F98169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98169 is #067E96. Grayscale: #A2A2A2. Windows color (decimal): -425623 or 6914553. OLE color: 6914553.

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

Color convert

RGB249129105-
CMYK00.480.580.02
HSL10º92.31%69.41%-
HSV(B)10º57.83%97.65%-
XYZ49.4736.8617.87-
YUV162.1495.76189.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.55%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 105 (41.41% from 255) = 21.74%
R=51.55%
G=26.71%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912910500.480.580.021092.3169.41
HexF981690303A2a5c45
Octal37120115106072212134105
Binary11111001100000011101001011000011101010101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98169; }

 p { color: rgb(249,129,105); }

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

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

 a { background-color: rgb(249,129,105); }

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

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

 span { border-color: rgb(249,129,105); }

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