#FB7A69

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

Shades of Salmon #FB7A69

Tints of Salmon #FB7A69

Color information

#FB7A69 (or 0xFB7A69) is unknown color: approx Salmon. HEX triplet: FB, 7A and 69. RGB value is (251,122,105). Sum of RGB (Red+Green+Blue) = 251+122+105=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7A69 is #048596. Grayscale: #9E9E9E. Windows color (decimal): -296343 or 6912763. OLE color: 6912763.

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

Color convert

RGB251122105-
CMYK00.510.580.02
HSL6.99º94.81%69.8%-
HSV(B)6.99º58.17%98.43%-
XYZ49.2935.4517.61-
YUV158.6397.74193.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.51%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 105 (41.41% from 255) = 21.97%
R=52.51%
G=25.52%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112210500.510.580.026.9994.8169.8
HexFB7A690333A275f46
Octal3731721510637227137106
Binary111110111111010110100101100111110101011110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7A69; }

 p { color: rgb(251,122,105); }

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

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

 a { background-color: rgb(251,122,105); }

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

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

 span { border-color: rgb(251,122,105); }

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