#FB9A72

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

Shades of Light Salmon #FB9A72

Tints of Light Salmon #FB9A72

Color information

#FB9A72 (or 0xFB9A72) is unknown color: approx Light Salmon. HEX triplet: FB, 9A and 72. RGB value is (251,154,114). Sum of RGB (Red+Green+Blue) = 251+154+114=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9A72 is #04658D. Grayscale: #B2B2B2. Windows color (decimal): -288142 or 7510779. OLE color: 7510779.

HSL color Cylindrical-coordinate representation of color #FB9A72: hue angle of 17.52º 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 #FB9A72 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB251154114-
CMYK00.390.550.02
HSL17.52º94.48%71.57%-
HSV(B)17.52º54.58%98.43%-
XYZ54.3844.8421.71-
YUV178.4491.64179.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.36%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 114 (44.92% from 255) = 21.97%
R=48.36%
G=29.67%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115411400.390.550.0217.5294.4871.57
HexFB9A72027372125e48
Octal37323216204767222136110
Binary111110111001101011100100100111110111101001010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9A72; }

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

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

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

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

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

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

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

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