#FF8279

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

Shades of Salmon #FF8279

Tints of Salmon #FF8279

Color information

#FF8279 (or 0xFF8279) is unknown color: approx Salmon. HEX triplet: FF, 82 and 79. RGB value is (255,130,121). Sum of RGB (Red+Green+Blue) = 255+130+121=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8279 is #007D86. Grayscale: #A6A6A6. Windows color (decimal): -32135 or 7963391. OLE color: 7963391.

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

Color convert

RGB255130121-
CMYK00.490.530
HSL4.03º100%73.73%-
HSV(B)4.03º52.55%100%-
XYZ52.6738.6122.76-
YUV166.35102.41191.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 130 (51.17% from 255) = 25.69%
BLUE value IS 121 (47.66% from 255) = 23.91%
R=50.40%
G=25.69%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513012100.490.5304.0310073.73
HexFF82790313504644a
Octal3772021710616504144112
Binary111111111000001011110010110001110101010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8279; }

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

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

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

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

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

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

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

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