#F17B65

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

Shades of Salmon #F17B65

Tints of Salmon #F17B65

Color information

#F17B65 (or 0xF17B65) is unknown color: approx Salmon. HEX triplet: F1, 7B and 65. RGB value is (241,123,101). Sum of RGB (Red+Green+Blue) = 241+123+101=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F17B65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17B65 is #0E849A. Grayscale: #9B9B9B. Windows color (decimal): -951451 or 6650865. OLE color: 6650865.

HSL color Cylindrical-coordinate representation of color #F17B65: hue angle of 9.43º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F17B65 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB241123101-
CMYK00.490.580.05
HSL9.43º83.33%67.06%-
HSV(B)9.43º58.09%94.51%-
XYZ45.7133.8116.43-
YUV155.7797.09188.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.83%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 101 (39.84% from 255) = 21.72%
R=51.83%
G=26.45%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112310100.490.580.059.4383.3367.06
HexF17B650313A595343
Octal36117314506172511123103
Binary11110001111101111001010110001111010101100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17B65; }

 p { color: rgb(241,123,101); }

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

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

 a { background-color: rgb(241,123,101); }

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

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

 span { border-color: rgb(241,123,101); }

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