Html Css Color HEX #FB8771 Salmon

📋 copy color: '#FB8771'

red 251 ◦ green 135 ◦ blue 113

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

Shades of Salmon #FB8771

Tints of Salmon #FB8771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.05%

 BLUE value IS 113 (44.53% from 255) = 22.65%

R = 50.3%
G = 27.05%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB8771 (or 0xFB8771) is known color: Salmon. HEX triplet: FB, 87 and 71. RGB value is (251,135,113). Sum of RGB (Red+Green+Blue) = 251+135+113=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8771 is #04788E. Grayscale: #A7A7A7. Windows color (decimal): -293007 or 7440379. OLE color: 7440379.

HSL color Cylindrical-coordinate representation of color #FB8771: hue angle of 9.57º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB8771 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 135 113 -
CMYK 0 0.46 0.55 0.02
HSL 9.57º 0.95% 0.71% -
HSV(B) 9.57º 0.55% 0.98% -
XYZ 51.43 39.03 20.45 -
YUV 167.18 97.43 187.79 -
System Red Green Blue C M Y K H S L
Decimal 251 135 113 0 0.46 0.55 0.02 9.57 0.95 0.71
Hex FB 87 71 0 2E 37 2 A 5F 47
Octal 373 207 161 0 56 67 2 12 137 107
Binary 11111011 10000111 1110001 0 101110 110111 10 1010 1011111 1000111

Color Harmonies of #FB8771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8771

Black with #FB8771

Text Example


Text Example

White with #FB8771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8771; }

 p { color: rgb(251,135,113); }

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

background-color css

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

 a { background-color: rgb(251,135,113); }

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

border-color css

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

 span { border-color: rgb(251,135,113); }

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