Html Css Color HEX #FB8979 Salmon

📋 copy color: '#FB8979'

red 251 ◦ green 137 ◦ blue 121

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

Shades of Salmon #FB8979

Tints of Salmon #FB8979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.77%

R = 49.31%
G = 26.92%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB8979 (or 0xFB8979) is known color: Salmon. HEX triplet: FB, 89 and 79. RGB value is (251,137,121). Sum of RGB (Red+Green+Blue) = 251+137+121=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8979 is #047686. Grayscale: #A9A9A9. Windows color (decimal): -292487 or 7965179. OLE color: 7965179.

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

Color convert

RGB 251 137 121 -
CMYK 0 0.45 0.52 0.02
HSL 7.38º 0.94% 0.73% -
HSV(B) 7.38º 0.52% 0.98% -
XYZ 52.18 39.78 23.02 -
YUV 169.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 251 137 121 0 0.45 0.52 0.02 7.38 0.94 0.73
Hex FB 89 79 0 2D 34 2 7 5E 49
Octal 373 211 171 0 55 64 2 7 136 111
Binary 11111011 10001001 1111001 0 101101 110100 10 111 1011110 1001001

Color Harmonies of #FB8979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8979

Black with #FB8979

Text Example


Text Example

White with #FB8979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8979; }

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

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

background-color css

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

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

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

border-color css

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

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

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