Html Css Color HEX #FF8B76 Salmon

📋 copy color: '#FF8B76'

red 255 ◦ green 139 ◦ blue 118

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

Shades of Salmon #FF8B76

Tints of Salmon #FF8B76

RGB

 RED value IS 255 (100% from 255) = 49.8%

 GREEN value IS 139 (54.69% from 255) = 27.15%

 BLUE value IS 118 (46.48% from 255) = 23.05%

R = 49.8%
G = 27.15%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF8B76 (or 0xFF8B76) is known color: Salmon. HEX triplet: FF, 8B and 76. RGB value is (255,139,118). Sum of RGB (Red+Green+Blue) = 255+139+118=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8B76 is #007489. Grayscale: #ABABAB. Windows color (decimal): -29834 or 7769087. OLE color: 7769087.

HSL color Cylindrical-coordinate representation of color #FF8B76: hue angle of 9.2º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF8B76 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 255 139 118 -
CMYK 0 0.45 0.54 0
HSL 9.2º 1% 0.73% -
HSV(B) 9.2º 0.54% 1% -
XYZ 53.74 41.03 22.23 -
YUV 171.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 255 139 118 0 0.45 0.54 0 9.2 1 0.73
Hex FF 8B 76 0 2D 36 0 9 64 49
Octal 377 213 166 0 55 66 0 11 144 111
Binary 11111111 10001011 1110110 0 101101 110110 0 1001 1100100 1001001

Color Harmonies of #FF8B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8B76

Black with #FF8B76

Text Example


Text Example

White with #FF8B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8B76; }

 p { color: rgb(255,139,118); }

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

background-color css

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

 a { background-color: rgb(255,139,118); }

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

border-color css

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

 span { border-color: rgb(255,139,118); }

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