#F58768

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

Shades of Salmon #F58768

Tints of Salmon #F58768

Color information

#F58768 (or 0xF58768) is unknown color: approx Salmon. HEX triplet: F5, 87 and 68. RGB value is (245,135,104). Sum of RGB (Red+Green+Blue) = 245+135+104=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F58768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58768 is #0A7897. Grayscale: #A4A4A4. Windows color (decimal): -686232 or 6850549. OLE color: 6850549.

HSL color Cylindrical-coordinate representation of color #F58768: hue angle of 13.19º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F58768 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB245135104-
CMYK00.450.580.04
HSL13.19º87.58%68.43%-
HSV(B)13.19º57.55%96.08%-
XYZ48.8237.7417.81-
YUV164.3693.94185.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.62%
GREEN value IS 135 (53.12% from 255) = 27.89%
BLUE value IS 104 (41.02% from 255) = 21.49%
R=50.62%
G=27.89%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513510400.450.580.0413.1987.5868.43
HexF5876802D3A4d5844
Octal36520715005572415130104
Binary111101011000011111010000101101111010100110110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58768; }

 p { color: rgb(245,135,104); }

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

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

 a { background-color: rgb(245,135,104); }

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

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

 span { border-color: rgb(245,135,104); }

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