#FF8570

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

Shades of Salmon #FF8570

Tints of Salmon #FF8570

Color information

#FF8570 (or 0xFF8570) is unknown color: approx Salmon. HEX triplet: FF, 85 and 70. RGB value is (255,133,112). Sum of RGB (Red+Green+Blue) = 255+133+112=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8570 is #007A8F. Grayscale: #A7A7A7. Windows color (decimal): -31376 or 7374335. OLE color: 7374335.

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

Color convert

RGB255133112-
CMYK00.480.560
HSL8.81º100%71.96%-
HSV(B)8.81º56.08%100%-
XYZ52.5539.220.13-
YUV167.0896.92190.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 112 (44.14% from 255) = 22.4%
R=51%
G=26.6%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513311200.480.5608.8110071.96
HexFF857003038096448
Octal37720516006070011144110
Binary1111111110000101111000001100001110000100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8570; }

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

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

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

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

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

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

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

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