#F18065

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

Shades of Salmon #F18065

Tints of Salmon #F18065

Color information

#F18065 (or 0xF18065) is unknown color: approx Salmon. HEX triplet: F1, 80 and 65. RGB value is (241,128,101). Sum of RGB (Red+Green+Blue) = 241+128+101=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F18065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18065 is #0E7F9A. Grayscale: #9E9E9E. Windows color (decimal): -950171 or 6652145. OLE color: 6652145.

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

Color convert

RGB241128101-
CMYK00.470.580.05
HSL11.57º83.33%67.06%-
HSV(B)11.57º58.09%94.51%-
XYZ46.3435.0816.64-
YUV158.7195.44186.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.28%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 101 (39.84% from 255) = 21.49%
R=51.28%
G=27.23%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112810100.470.580.0511.5783.3367.06
HexF1806502F3A5c5343
Octal36120014505772514123103
Binary111100011000000011001010101111111010101110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18065; }

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

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

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

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

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

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

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

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