#F5806E

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

Shades of Salmon #F5806E

Tints of Salmon #F5806E

Color information

#F5806E (or 0xF5806E) is unknown color: approx Salmon. HEX triplet: F5, 80 and 6E. RGB value is (245,128,110). Sum of RGB (Red+Green+Blue) = 245+128+110=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5806E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5806E is #0A7F91. Grayscale: #A1A1A1. Windows color (decimal): -688018 or 7241973. OLE color: 7241973.

HSL color Cylindrical-coordinate representation of color #F5806E: hue angle of 8º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5806E is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB245128110-
CMYK00.480.550.04
HSL87.1%69.61%-
HSV(B)55.1%96.08%-
XYZ48.1935.9819.16-
YUV160.9399.26187.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.72%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=50.72%
G=26.50%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512811000.480.550.04887.169.61
HexF5806E03037485746
Octal36520015606067410127106
Binary111101011000000011011100110000110111100100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5806E; }

 p { color: rgb(245,128,110); }

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

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

 a { background-color: rgb(245,128,110); }

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

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

 span { border-color: rgb(245,128,110); }

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