#FB8276

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

Shades of Salmon #FB8276

Tints of Salmon #FB8276

Color information

#FB8276 (or 0xFB8276) is unknown color: approx Salmon. HEX triplet: FB, 82 and 76. RGB value is (251,130,118). Sum of RGB (Red+Green+Blue) = 251+130+118=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8276 is #047D89. Grayscale: #A4A4A4. Windows color (decimal): -294282 or 7766779. OLE color: 7766779.

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

Color convert

RGB251130118-
CMYK00.480.530.02
HSL5.41º94.33%72.35%-
HSV(B)5.41º52.99%98.43%-
XYZ51.0437.7821.74-
YUV164.81101.59189.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.30%
GREEN value IS 130 (51.17% from 255) = 26.05%
BLUE value IS 118 (46.48% from 255) = 23.65%
R=50.30%
G=26.05%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113011800.480.530.025.4194.3372.35
HexFB827603035255e48
Octal3732021660606525136110
Binary1111101110000010111011001100001101011010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8276; }

 p { color: rgb(251,130,118); }

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

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

 a { background-color: rgb(251,130,118); }

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

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

 span { border-color: rgb(251,130,118); }

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