#F18365

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

Shades of Salmon #F18365

Tints of Salmon #F18365

Color information

#F18365 (or 0xF18365) is unknown color: approx Salmon. HEX triplet: F1, 83 and 65. RGB value is (241,131,101). Sum of RGB (Red+Green+Blue) = 241+131+101=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F18365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18365 is #0E7C9A. Grayscale: #A0A0A0. Windows color (decimal): -949403 or 6652913. OLE color: 6652913.

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

Color convert

RGB241131101-
CMYK00.460.580.05
HSL12.86º83.33%67.06%-
HSV(B)12.86º58.09%94.51%-
XYZ46.7435.8716.77-
YUV160.4794.44185.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.95%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 101 (39.84% from 255) = 21.35%
R=50.95%
G=27.70%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113110100.460.580.0512.8683.3367.06
HexF1836502E3A5d5343
Octal36120314505672515123103
Binary111100011000001111001010101110111010101110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18365; }

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

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

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

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

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

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

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

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