#FB8A7C

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

Shades of Salmon #FB8A7C

Tints of Salmon #FB8A7C

Color information

#FB8A7C (or 0xFB8A7C) is unknown color: approx Salmon. HEX triplet: FB, 8A and 7C. RGB value is (251,138,124). Sum of RGB (Red+Green+Blue) = 251+138+124=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8A7C is #047583. Grayscale: #AAAAAA. Windows color (decimal): -292228 or 8162043. OLE color: 8162043.

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

Color convert

RGB251138124-
CMYK00.450.510.02
HSL6.61º94.07%73.53%-
HSV(B)6.61º50.6%98.43%-
XYZ52.5140.1424.05-
YUV170.19101.94185.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.93%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 124 (48.83% from 255) = 24.17%
R=48.93%
G=26.90%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113812400.450.510.026.6194.0773.53
HexFB8A7C02D33275e4a
Octal3732121740556327136112
Binary1111101110001010111110001011011100111011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8A7C; }

 p { color: rgb(251,138,124); }

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

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

 a { background-color: rgb(251,138,124); }

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

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

 span { border-color: rgb(251,138,124); }

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