#FB8F72

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

Shades of Salmon #FB8F72

Tints of Salmon #FB8F72

Color information

#FB8F72 (or 0xFB8F72) is unknown color: approx Salmon. HEX triplet: FB, 8F and 72. RGB value is (251,143,114). Sum of RGB (Red+Green+Blue) = 251+143+114=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8F72 is #04708D. Grayscale: #ACACAC. Windows color (decimal): -290958 or 7507963. OLE color: 7507963.

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

Color convert

RGB251143114-
CMYK00.430.550.02
HSL12.7º94.48%71.57%-
HSV(B)12.7º54.58%98.43%-
XYZ52.6441.3721.13-
YUV171.9995.28184.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.41%
GREEN value IS 143 (56.25% from 255) = 28.15%
BLUE value IS 114 (44.92% from 255) = 22.44%
R=49.41%
G=28.15%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114311400.430.550.0212.794.4871.57
HexFB8F7202B372d5e48
Octal37321716205367215136110
Binary11111011100011111110010010101111011110110110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8F72; }

 p { color: rgb(251,143,114); }

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

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

 a { background-color: rgb(251,143,114); }

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

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

 span { border-color: rgb(251,143,114); }

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