#FB8064

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

Shades of Salmon #FB8064

Tints of Salmon #FB8064

Color information

#FB8064 (or 0xFB8064) is unknown color: approx Salmon. HEX triplet: FB, 80 and 64. RGB value is (251,128,100). Sum of RGB (Red+Green+Blue) = 251+128+100=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8064 is #047F9B. Grayscale: #A1A1A1. Windows color (decimal): -294812 or 6586619. OLE color: 6586619.

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

Color convert

RGB251128100-
CMYK00.490.600.02
HSL11.13º94.97%68.82%-
HSV(B)11.13º60.16%98.43%-
XYZ49.836.8716.55-
YUV161.5893.25191.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.40%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 100 (39.45% from 255) = 20.88%
R=52.40%
G=26.72%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112810000.490.600.0211.1394.9768.82
HexFB80640313C2b5f45
Octal37320014406174213137105
Binary11111011100000001100100011000111110010101110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8064; }

 p { color: rgb(251,128,100); }

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

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

 a { background-color: rgb(251,128,100); }

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

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

 span { border-color: rgb(251,128,100); }

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