Html Css Color HEX #FB8B7A Salmon

📋 copy color: '#FB8B7A'

red 251 ◦ green 139 ◦ blue 122

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

Shades of Salmon #FB8B7A

Tints of Salmon #FB8B7A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.15%

 BLUE value IS 122 (48.05% from 255) = 23.83%

R = 49.02%
G = 27.15%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB8B7A (or 0xFB8B7A) is known color: Salmon. HEX triplet: FB, 8B and 7A. RGB value is (251,139,122). Sum of RGB (Red+Green+Blue) = 251+139+122=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8B7A is #047485. Grayscale: #AAAAAA. Windows color (decimal): -291974 or 8031227. OLE color: 8031227.

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

Color convert

RGB 251 139 122 -
CMYK 0 0.45 0.51 0.02
HSL 7.91º 0.94% 0.73% -
HSV(B) 7.91º 0.51% 0.98% -
XYZ 52.53 40.38 23.44 -
YUV 170.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 251 139 122 0 0.45 0.51 0.02 7.91 0.94 0.73
Hex FB 8B 7A 0 2D 33 2 8 5E 49
Octal 373 213 172 0 55 63 2 10 136 111
Binary 11111011 10001011 1111010 0 101101 110011 10 1000 1011110 1001001

Color Harmonies of #FB8B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8B7A

Black with #FB8B7A

Text Example


Text Example

White with #FB8B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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