#FF8470

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

Shades of Salmon #FF8470

Tints of Salmon #FF8470

Color information

#FF8470 (or 0xFF8470) is unknown color: approx Salmon. HEX triplet: FF, 84 and 70. RGB value is (255,132,112). Sum of RGB (Red+Green+Blue) = 255+132+112=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8470 is #007B8F. Grayscale: #A6A6A6. Windows color (decimal): -31632 or 7374079. OLE color: 7374079.

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

Color convert

RGB255132112-
CMYK00.480.560
HSL8.39º100%71.96%-
HSV(B)8.39º56.08%100%-
XYZ52.4238.9320.08-
YUV166.597.25191.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 132 (51.95% from 255) = 26.45%
BLUE value IS 112 (44.14% from 255) = 22.44%
R=51.10%
G=26.45%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513211200.480.5608.3910071.96
HexFF847003038086448
Octal37720416006070010144110
Binary1111111110000100111000001100001110000100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8470; }

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

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

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

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

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

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

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

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