Html Css Color HEX #FF8676 Salmon

📋 copy color: '#FF8676'

red 255 ◦ green 134 ◦ blue 118

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

Shades of Salmon #FF8676

Tints of Salmon #FF8676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.43%

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

R = 50.3%
G = 26.43%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF8676 (or 0xFF8676) is known color: Salmon. HEX triplet: FF, 86 and 76. RGB value is (255,134,118). Sum of RGB (Red+Green+Blue) = 255+134+118=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8676 is #007989. Grayscale: #A8A8A8. Windows color (decimal): -31114 or 7767807. OLE color: 7767807.

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

Color convert

RGB 255 134 118 -
CMYK 0 0.47 0.54 0
HSL 7.01º 1% 0.73% -
HSV(B) 7.01º 0.54% 1% -
XYZ 53.04 39.62 21.99 -
YUV 168.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 255 134 118 0 0.47 0.54 0 7.01 1 0.73
Hex FF 86 76 0 2F 36 0 7 64 49
Octal 377 206 166 0 57 66 0 7 144 111
Binary 11111111 10000110 1110110 0 101111 110110 0 111 1100100 1001001

Color Harmonies of #FF8676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8676

Black with #FF8676

Text Example


Text Example

White with #FF8676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8676; }

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

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

background-color css

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

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

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

border-color css

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

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

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