#FF8B74

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

Shades of Salmon #FF8B74

Tints of Salmon #FF8B74

Color information

#FF8B74 (or 0xFF8B74) is unknown color: approx Salmon. HEX triplet: FF, 8B and 74. RGB value is (255,139,116). Sum of RGB (Red+Green+Blue) = 255+139+116=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8B74 is #00748B. Grayscale: #ABABAB. Windows color (decimal): -29836 or 7638015. OLE color: 7638015.

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

Color convert

RGB255139116-
CMYK00.450.550
HSL9.93º100%72.75%-
HSV(B)9.93º54.51%100%-
XYZ53.6340.9921.61-
YUV171.0696.93187.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50%
GREEN value IS 139 (54.69% from 255) = 27.25%
BLUE value IS 116 (45.70% from 255) = 22.75%
R=50%
G=27.25%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513911600.450.5509.9310072.75
HexFF8B7402D370a6449
Octal37721316405567012144111
Binary1111111110001011111010001011011101110101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8B74; }

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

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

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

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

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

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

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

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