#FB8474

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

Shades of Salmon #FB8474

Tints of Salmon #FB8474

Color information

#FB8474 (or 0xFB8474) is unknown color: approx Salmon. HEX triplet: FB, 84 and 74. RGB value is (251,132,116). Sum of RGB (Red+Green+Blue) = 251+132+116=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8474 is #047B8B. Grayscale: #A5A5A5. Windows color (decimal): -293772 or 7636219. OLE color: 7636219.

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

Color convert

RGB251132116-
CMYK00.470.540.02
HSL7.11º94.41%71.96%-
HSV(B)7.11º53.78%98.43%-
XYZ51.1938.2721.21-
YUV165.7699.92188.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.30%
GREEN value IS 132 (51.95% from 255) = 26.45%
BLUE value IS 116 (45.70% from 255) = 23.25%
R=50.30%
G=26.45%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113211600.470.540.027.1194.4171.96
HexFB847402F36275e48
Octal3732041640576627136110
Binary1111101110000100111010001011111101101011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8474; }

 p { color: rgb(251,132,116); }

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

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

 a { background-color: rgb(251,132,116); }

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

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

 span { border-color: rgb(251,132,116); }

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