#FF8174

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

Shades of Salmon #FF8174

Tints of Salmon #FF8174

Color information

#FF8174 (or 0xFF8174) is unknown color: approx Salmon. HEX triplet: FF, 81 and 74. RGB value is (255,129,116). Sum of RGB (Red+Green+Blue) = 255+129+116=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8174 is #007E8B. Grayscale: #A5A5A5. Windows color (decimal): -32396 or 7635455. OLE color: 7635455.

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

Color convert

RGB255129116-
CMYK00.490.550
HSL5.61º100%72.75%-
HSV(B)5.61º54.51%100%-
XYZ52.2438.2221.15-
YUV165.19100.24192.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51%
GREEN value IS 129 (50.78% from 255) = 25.8%
BLUE value IS 116 (45.70% from 255) = 23.2%
R=51%
G=25.8%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512911600.490.5505.6110072.75
HexFF817403137066449
Octal3772011640616706144111
Binary111111111000000111101000110001110111011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8174; }

 p { color: rgb(255,129,116); }

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

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

 a { background-color: rgb(255,129,116); }

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

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

 span { border-color: rgb(255,129,116); }

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