#FB7874

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

Shades of Salmon #FB7874

Tints of Salmon #FB7874

Color information

#FB7874 (or 0xFB7874) is unknown color: approx Salmon. HEX triplet: FB, 78 and 74. RGB value is (251,120,116). Sum of RGB (Red+Green+Blue) = 251+120+116=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7874 is #04878B. Grayscale: #9E9E9E. Windows color (decimal): -296844 or 7633147. OLE color: 7633147.

HSL color Cylindrical-coordinate representation of color #FB7874: hue angle of 1.78º 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 #FB7874 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB251120116-
CMYK00.520.540.02
HSL1.78º94.41%71.96%-
HSV(B)1.78º53.78%98.43%-
XYZ49.6535.220.7-
YUV158.71103.9193.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.54%
GREEN value IS 120 (47.27% from 255) = 24.64%
BLUE value IS 116 (45.70% from 255) = 23.82%
R=51.54%
G=24.64%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112011600.520.540.021.7894.4171.96
HexFB787403436225e48
Octal3731701640646622136110
Binary11111011111100011101000110100110110101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7874; }

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

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

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

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

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

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

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

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