#FB8670

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

Shades of Salmon #FB8670

Tints of Salmon #FB8670

Color information

#FB8670 (or 0xFB8670) is unknown color: approx Salmon. HEX triplet: FB, 86 and 70. RGB value is (251,134,112). Sum of RGB (Red+Green+Blue) = 251+134+112=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8670 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8670 is #04798F. Grayscale: #A6A6A6. Windows color (decimal): -293264 or 7374587. OLE color: 7374587.

HSL color Cylindrical-coordinate representation of color #FB8670: hue angle of 9.5º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB8670 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB251134112-
CMYK00.470.550.02
HSL9.5º94.56%71.18%-
HSV(B)9.5º55.38%98.43%-
XYZ51.2338.7320.1-
YUV166.4897.26188.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.50%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=50.50%
G=26.96%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113411200.470.550.029.594.5671.18
HexFB867002F37295f47
Octal37320616005767211137107
Binary11111011100001101110000010111111011110100110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8670; }

 p { color: rgb(251,134,112); }

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

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

 a { background-color: rgb(251,134,112); }

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

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

 span { border-color: rgb(251,134,112); }

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