#FF8578

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

Shades of Salmon #FF8578

Tints of Salmon #FF8578

Color information

#FF8578 (or 0xFF8578) is unknown color: approx Salmon. HEX triplet: FF, 85 and 78. RGB value is (255,133,120). Sum of RGB (Red+Green+Blue) = 255+133+120=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8578 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8578 is #007A87. Grayscale: #A8A8A8. Windows color (decimal): -31368 or 7898623. OLE color: 7898623.

HSL color Cylindrical-coordinate representation of color #FF8578: hue angle of 5.78º 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 #FF8578 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB255133120-
CMYK00.480.530
HSL5.78º100%73.53%-
HSV(B)5.78º52.94%100%-
XYZ53.0239.3922.58-
YUV168100.92190.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.20%
GREEN value IS 133 (52.34% from 255) = 26.18%
BLUE value IS 120 (47.27% from 255) = 23.62%
R=50.20%
G=26.18%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513312000.480.5305.7810073.53
HexFF85780303506644a
Octal3772051700606506144112
Binary111111111000010111110000110000110101011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8578; }

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

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

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

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

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

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

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

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