#fb8366

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

Shades of Salmon #FB8366

Tints of Salmon #FB8366

Color information

#FB8366 (or 0xFB8366) is unknown color: approx Salmon. HEX triplet: FB, 83 and 66. RGB value is (251,131,102). Sum of RGB (Red+Green+Blue) = 251+131+102=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8366 is #047C99. Grayscale: #A3A3A3. Windows color (decimal): -294042 or 6718459. OLE color: 6718459.

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

Color convert

RGB251131102-
CMYK00.480.590.02
HSL11.68º94.9%69.22%-
HSV(B)11.68º59.36%98.43%-
XYZ50.337.717.2-
YUV163.5793.26190.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.86%
GREEN value IS 131 (51.56% from 255) = 27.07%
BLUE value IS 102 (40.23% from 255) = 21.07%
R=51.86%
G=27.07%
B=21.07%

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
Decimal25113110200.480.590.0211.6894.969.22
HexFB83660303B2c5f45
Octal37320314606073214137105
Binary11111011100000111100110011000011101110110010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb8366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb8366; }

 p { color: rgb(251,131,102); }

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

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

 a { background-color: rgb(251,131,102); }

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

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

 span { border-color: rgb(251,131,102); }

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