Html Css Color HEX #FF8076 Salmon

📋 copy color: '#FF8076'

red 255 ◦ green 128 ◦ blue 118

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

Shades of Salmon #FF8076

Tints of Salmon #FF8076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.55%

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

R = 50.9%
G = 25.55%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF8076 (or 0xFF8076) is known color: Salmon. HEX triplet: FF, 80 and 76. RGB value is (255,128,118). Sum of RGB (Red+Green+Blue) = 255+128+118=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8076 is #007F89. Grayscale: #A4A4A4. Windows color (decimal): -32650 or 7766271. OLE color: 7766271.

HSL color Cylindrical-coordinate representation of color #FF8076: hue angle of 4.38º 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 #FF8076 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 118 -
CMYK 0 0.50 0.54 0
HSL 4.38º 1% 0.73% -
HSV(B) 4.38º 0.54% 1% -
XYZ 52.23 38.01 21.72 -
YUV 164.83 101.58 192.31 -
System Red Green Blue C M Y K H S L
Decimal 255 128 118 0 0.50 0.54 0 4.38 1 0.73
Hex FF 80 76 0 32 36 0 4 64 49
Octal 377 200 166 0 62 66 0 4 144 111
Binary 11111111 10000000 1110110 0 110010 110110 0 100 1100100 1001001

Color Harmonies of #FF8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8076

Black with #FF8076

Text Example


Text Example

White with #FF8076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8076; }

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

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

background-color css

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

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

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

border-color css

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

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

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