Html Css Color HEX #FB7873 Salmon

📋 copy color: '#FB7873'

red 251 ◦ green 120 ◦ blue 115

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

Shades of Salmon #FB7873

Tints of Salmon #FB7873

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.69%

 BLUE value IS 115 (45.31% from 255) = 23.66%

R = 51.65%
G = 24.69%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB7873 (or 0xFB7873) is known color: Salmon. HEX triplet: FB, 78 and 73. RGB value is (251,120,115). Sum of RGB (Red+Green+Blue) = 251+120+115=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7873 is #04878C. Grayscale: #9E9E9E. Windows color (decimal): -296845 or 7567611. OLE color: 7567611.

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

Color convert

RGB 251 120 115 -
CMYK 0 0.52 0.54 0.02
HSL 2.21º 0.94% 0.72% -
HSV(B) 2.21º 0.54% 0.98% -
XYZ 49.59 35.18 20.4 -
YUV 158.6 103.4 193.91 -
System Red Green Blue C M Y K H S L
Decimal 251 120 115 0 0.52 0.54 0.02 2.21 0.94 0.72
Hex FB 78 73 0 34 36 2 2 5E 48
Octal 373 170 163 0 64 66 2 2 136 110
Binary 11111011 1111000 1110011 0 110100 110110 10 10 1011110 1001000

Color Harmonies of #FB7873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7873

Black with #FB7873

Text Example


Text Example

White with #FB7873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7873; }

 p { color: rgb(251,120,115); }

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

background-color css

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

 a { background-color: rgb(251,120,115); }

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

border-color css

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

 span { border-color: rgb(251,120,115); }

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