Html Css Color HEX #FB8370 Salmon

📋 copy color: '#FB8370'

red 251 ◦ green 131 ◦ blue 112

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

Shades of Salmon #FB8370

Tints of Salmon #FB8370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.52%

 BLUE value IS 112 (44.14% from 255) = 22.67%

R = 50.81%
G = 26.52%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB8370 (or 0xFB8370) is known color: Salmon. HEX triplet: FB, 83 and 70. RGB value is (251,131,112). Sum of RGB (Red+Green+Blue) = 251+131+112=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8370 is #047C8F. Grayscale: #A4A4A4. Windows color (decimal): -294032 or 7373819. OLE color: 7373819.

HSL color Cylindrical-coordinate representation of color #FB8370: hue angle of 8.2º 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 #FB8370 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 131 112 -
CMYK 0 0.48 0.55 0.02
HSL 8.2º 0.95% 0.71% -
HSV(B) 8.2º 0.55% 0.98% -
XYZ 50.82 37.91 19.97 -
YUV 164.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 251 131 112 0 0.48 0.55 0.02 8.2 0.95 0.71
Hex FB 83 70 0 30 37 2 8 5F 47
Octal 373 203 160 0 60 67 2 10 137 107
Binary 11111011 10000011 1110000 0 110000 110111 10 1000 1011111 1000111

Color Harmonies of #FB8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8370

Black with #FB8370

Text Example


Text Example

White with #FB8370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8370; }

 p { color: rgb(251,131,112); }

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

background-color css

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

 a { background-color: rgb(251,131,112); }

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

border-color css

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

 span { border-color: rgb(251,131,112); }

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