#F08365

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

Shades of Salmon #F08365

Tints of Salmon #F08365

Color information

#F08365 (or 0xF08365) is unknown color: approx Salmon. HEX triplet: F0, 83 and 65. RGB value is (240,131,101). Sum of RGB (Red+Green+Blue) = 240+131+101=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F08365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08365 is #0F7C9A. Grayscale: #A0A0A0. Windows color (decimal): -1014939 or 6652912. OLE color: 6652912.

HSL color Cylindrical-coordinate representation of color #F08365: hue angle of 12.95º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F08365 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB240131101-
CMYK00.450.580.06
HSL12.95º82.25%66.86%-
HSV(B)12.95º57.92%94.12%-
XYZ46.435.716.76-
YUV160.1794.61184.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.85%
GREEN value IS 131 (51.56% from 255) = 27.75%
BLUE value IS 101 (39.84% from 255) = 21.40%
R=50.85%
G=27.75%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013110100.450.580.0612.9582.2566.86
HexF0836502D3A6d5243
Octal36020314505572615122103
Binary111100001000001111001010101101111010110110110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08365; }

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

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

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

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

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

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

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

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