Html Css Color HEX #FB8175 Salmon

📋 copy color: '#FB8175'

red 251 ◦ green 129 ◦ blue 117

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

Shades of Salmon #FB8175

Tints of Salmon #FB8175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.96%

 BLUE value IS 117 (46.09% from 255) = 23.54%

R = 50.5%
G = 25.96%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB8175 (or 0xFB8175) is known color: Salmon. HEX triplet: FB, 81 and 75. RGB value is (251,129,117). Sum of RGB (Red+Green+Blue) = 251+129+117=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8175 is #047E8A. Grayscale: #A4A4A4. Windows color (decimal): -294539 or 7700987. OLE color: 7700987.

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

Color convert

RGB 251 129 117 -
CMYK 0 0.49 0.53 0.02
HSL 5.37º 0.94% 0.72% -
HSV(B) 5.37º 0.53% 0.98% -
XYZ 50.84 37.49 21.39 -
YUV 164.11 101.42 189.98 -
System Red Green Blue C M Y K H S L
Decimal 251 129 117 0 0.49 0.53 0.02 5.37 0.94 0.72
Hex FB 81 75 0 31 35 2 5 5E 48
Octal 373 201 165 0 61 65 2 5 136 110
Binary 11111011 10000001 1110101 0 110001 110101 10 101 1011110 1001000

Color Harmonies of #FB8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8175

Black with #FB8175

Text Example


Text Example

White with #FB8175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8175; }

 p { color: rgb(251,129,117); }

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

background-color css

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

 a { background-color: rgb(251,129,117); }

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

border-color css

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

 span { border-color: rgb(251,129,117); }

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