Html Css Color HEX #FB8178 Salmon

📋 copy color: '#FB8178'

red 251 ◦ green 129 ◦ blue 120

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

Shades of Salmon #FB8178

Tints of Salmon #FB8178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24%

R = 50.2%
G = 25.8%
B = 24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB8178 (or 0xFB8178) is known color: Salmon. HEX triplet: FB, 81 and 78. RGB value is (251,129,120). Sum of RGB (Red+Green+Blue) = 251+129+120=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8178 is #047E87. Grayscale: #A4A4A4. Windows color (decimal): -294536 or 7897595. OLE color: 7897595.

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

Color convert

RGB 251 129 120 -
CMYK 0 0.49 0.52 0.02
HSL 4.12º 0.94% 0.73% -
HSV(B) 4.12º 0.52% 0.98% -
XYZ 51.02 37.57 22.33 -
YUV 164.45 102.92 189.73 -
System Red Green Blue C M Y K H S L
Decimal 251 129 120 0 0.49 0.52 0.02 4.12 0.94 0.73
Hex FB 81 78 0 31 34 2 4 5E 49
Octal 373 201 170 0 61 64 2 4 136 111
Binary 11111011 10000001 1111000 0 110001 110100 10 100 1011110 1001001

Color Harmonies of #FB8178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8178

Black with #FB8178

Text Example


Text Example

White with #FB8178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8178; }

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

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

background-color css

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

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

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

border-color css

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

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

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