#FF8270

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

Shades of Salmon #FF8270

Tints of Salmon #FF8270

Color information

#FF8270 (or 0xFF8270) is unknown color: approx Salmon. HEX triplet: FF, 82 and 70. RGB value is (255,130,112). Sum of RGB (Red+Green+Blue) = 255+130+112=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8270 is #007D8F. Grayscale: #A5A5A5. Windows color (decimal): -32144 or 7373567. OLE color: 7373567.

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

Color convert

RGB255130112-
CMYK00.490.560
HSL7.55º100%71.96%-
HSV(B)7.55º56.08%100%-
XYZ52.1538.419.99-
YUV165.3297.91191.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=51.31%
G=26.16%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513011200.490.5607.5510071.96
HexFF827003138086448
Octal37720216006170010144110
Binary1111111110000010111000001100011110000100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8270; }

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

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

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

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

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

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

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

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