#FB8C6C

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

Shades of Salmon #FB8C6C

Tints of Salmon #FB8C6C

Color information

#FB8C6C (or 0xFB8C6C) is unknown color: approx Salmon. HEX triplet: FB, 8C and 6C. RGB value is (251,140,108). Sum of RGB (Red+Green+Blue) = 251+140+108=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8C6C is #047393. Grayscale: #A9A9A9. Windows color (decimal): -291732 or 7113979. OLE color: 7113979.

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

Color convert

RGB251140108-
CMYK00.440.570.02
HSL13.43º94.7%70.39%-
HSV(B)13.43º56.97%98.43%-
XYZ51.8740.3519.24-
YUV169.5493.27186.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.30%
GREEN value IS 140 (55.08% from 255) = 28.06%
BLUE value IS 108 (42.58% from 255) = 21.64%
R=50.30%
G=28.06%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114010800.440.570.0213.4394.770.39
HexFB8C6C02C392d5f46
Octal37321415405471215137106
Binary11111011100011001101100010110011100110110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8C6C; }

 p { color: rgb(251,140,108); }

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

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

 a { background-color: rgb(251,140,108); }

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

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

 span { border-color: rgb(251,140,108); }

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