Html Css Color HEX #FB8977 Salmon

📋 copy color: '#FB8977'

red 251 ◦ green 137 ◦ blue 119

#FB8977
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #FB8977

Tints of Salmon #FB8977

RGB

 RED value IS 251 (98.44% from 255) = 49.51%

 GREEN value IS 137 (53.91% from 255) = 27.02%

 BLUE value IS 119 (46.88% from 255) = 23.47%

R = 49.51%
G = 27.02%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB8977 (or 0xFB8977) is known color: Salmon. HEX triplet: FB, 89 and 77. RGB value is (251,137,119). Sum of RGB (Red+Green+Blue) = 251+137+119=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8977 is #047688. Grayscale: #A9A9A9. Windows color (decimal): -292489 or 7834107. OLE color: 7834107.

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

Color convert

RGB 251 137 119 -
CMYK 0 0.45 0.53 0.02
HSL 8.18º 0.94% 0.73% -
HSV(B) 8.18º 0.53% 0.98% -
XYZ 52.06 39.73 22.38 -
YUV 169.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 251 137 119 0 0.45 0.53 0.02 8.18 0.94 0.73
Hex FB 89 77 0 2D 35 2 8 5E 49
Octal 373 211 167 0 55 65 2 10 136 111
Binary 11111011 10001001 1110111 0 101101 110101 10 1000 1011110 1001001

Color Harmonies of #FB8977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8977

Black with #FB8977

Text Example


Text Example

White with #FB8977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8977; }

 p { color: rgb(251,137,119); }

 H1.HeaderClassName
 {
   color: #FB8977;
 }
 .AnyTagClassName
 {
   color: #FB8977;
 }
</style>

background-color css

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

 a { background-color: rgb(251,137,119); }

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

border-color css

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

 span { border-color: rgb(251,137,119); }

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