#FF8579

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

Shades of Salmon #FF8579

Tints of Salmon #FF8579

Color information

#FF8579 (or 0xFF8579) is unknown color: approx Salmon. HEX triplet: FF, 85 and 79. RGB value is (255,133,121). Sum of RGB (Red+Green+Blue) = 255+133+121=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8579 is #007A86. Grayscale: #A8A8A8. Windows color (decimal): -31367 or 7964159. OLE color: 7964159.

HSL color Cylindrical-coordinate representation of color #FF8579: hue angle of 5.37º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF8579 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB255133121-
CMYK00.480.530
HSL5.37º100%73.73%-
HSV(B)5.37º52.55%100%-
XYZ53.0839.4222.9-
YUV168.11101.42189.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.10%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 121 (47.66% from 255) = 23.77%
R=50.10%
G=26.13%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513312100.480.5305.3710073.73
HexFF85790303505644a
Octal3772051710606505144112
Binary111111111000010111110010110000110101010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8579; }

 p { color: rgb(255,133,121); }

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

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

 a { background-color: rgb(255,133,121); }

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

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

 span { border-color: rgb(255,133,121); }

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