#fb8268

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

Shades of Salmon #FB8268

Tints of Salmon #FB8268

Color information

#FB8268 (or 0xFB8268) is unknown color: approx Salmon. HEX triplet: FB, 82 and 68. RGB value is (251,130,104). Sum of RGB (Red+Green+Blue) = 251+130+104=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8268 is #047D97. Grayscale: #A3A3A3. Windows color (decimal): -294296 or 6849275. OLE color: 6849275.

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

Color convert

RGB251130104-
CMYK00.480.590.02
HSL10.61º94.84%69.61%-
HSV(B)10.61º58.57%98.43%-
XYZ50.2637.4717.68-
YUV163.2194.59190.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.75%
GREEN value IS 130 (51.17% from 255) = 26.80%
BLUE value IS 104 (41.02% from 255) = 21.44%
R=51.75%
G=26.80%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113010400.480.590.0210.6194.8469.61
HexFB82680303B2b5f46
Octal37320215006073213137106
Binary11111011100000101101000011000011101110101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb8268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb8268; }

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

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

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

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

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

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

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

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