#F5837A

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

Shades of Salmon #F5837A

Tints of Salmon #F5837A

Color information

#F5837A (or 0xF5837A) is unknown color: approx Salmon. HEX triplet: F5, 83 and 7A. RGB value is (245,131,122). Sum of RGB (Red+Green+Blue) = 245+131+122=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F5837A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5837A is #0A7C85. Grayscale: #A4A4A4. Windows color (decimal): -687238 or 8029173. OLE color: 8029173.

HSL color Cylindrical-coordinate representation of color #F5837A: hue angle of 4.39º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5837A is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB245131122-
CMYK00.470.500.04
HSL4.39º86.01%71.96%-
HSV(B)4.39º50.2%96.08%-
XYZ49.2937.0522.97-
YUV164.06104.27185.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.20%
GREEN value IS 131 (51.56% from 255) = 26.31%
BLUE value IS 122 (48.05% from 255) = 24.50%
R=49.20%
G=26.31%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513112200.470.500.044.3986.0171.96
HexF5837A02F32445648
Octal3652031720576244126110
Binary11110101100000111111010010111111001010010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5837A; }

 p { color: rgb(245,131,122); }

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

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

 a { background-color: rgb(245,131,122); }

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

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

 span { border-color: rgb(245,131,122); }

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